🌱 Programming language that quickly compiles to machine code. [rewrite in progress]
Find a file
Eduard Urbach abbc4d9ae2
All checks were successful
/ test (push) Successful in 15s
Reorganized elf sections
2025-06-27 13:15:11 +02:00
docs Added a linker 2025-06-23 16:19:16 +02:00
examples/hello Added hello example 2025-06-18 23:05:20 +02:00
lib Implemented an assembler 2025-06-24 12:55:26 +02:00
src Reorganized elf sections 2025-06-27 13:15:11 +02:00
tests Implemented an assembler 2025-06-24 12:55:26 +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.

License

Please see the license documentation.

© 2025 Eduard Urbach