Added asmc package

This commit is contained in:
Eduard Urbach 2025-02-06 23:26:10 +01:00
parent 5bbc730ed4
commit 05f6a015dc
Signed by: eduard
GPG key ID: 49226B848C78F6C8
14 changed files with 464 additions and 386 deletions

View file

@ -2,6 +2,7 @@
- [arm64](arm64) - ARM64 implementation (w.i.p.)
- [asm](asm) - Pseudo-assembler stage
- [asmc](asmc) - Compiles assembler to actual machine code
- [ast](ast) - Abstract syntax tree generation with the `Parse` function
- [build](build) - Build command
- [cli](cli) - Command line interface