🌱 Programming language that quickly compiles to machine code. [rewrite in progress]
Find a file
Eduard Urbach 7a294061d6
All checks were successful
/ test (push) Successful in 15s
Added more tests
2025-07-05 12:14:34 +02:00
docs Updated documentation 2025-07-05 11:48:59 +02:00
examples/hello Added hello example 2025-06-18 23:05:20 +02:00
lib Added ABI definitions 2025-07-05 11:33:53 +02:00
src Added ABI definitions 2025-07-05 11:33:53 +02:00
tests Added more tests 2025-07-05 12:14:34 +02:00
.gitignore Initial commit 2025-06-18 22:18:31 +02:00
go.mod Implemented compilation to SSA form 2025-06-23 00:17:05 +02:00
go.sum Implemented compilation to SSA form 2025-06-23 00:17:05 +02:00
main.go Initial commit 2025-06-18 22:18:31 +02:00

q

A programming language that quickly compiles to machine code.

Platforms

CPU Linux Mac Windows
arm64
x86-64

Those marked with a are theoretically supported but there are no developer machines to test them.

License

Please see the license documentation.

© 2025 Eduard Urbach