Lex and parse mult, div, mod and exp. Now, go on and generate the assembly for those!

This commit is contained in:
Manuel Friedli 2024-03-23 22:03:35 +01:00
parent 44de1a76c0
commit 29a3e4c0fd
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
33 changed files with 875 additions and 2 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.idea/
target/