Let's write a compiler in Java! Inspired by Pixeled: https://www.youtube.com/watch?v=vcSijrRsrY0.
Go to file
Manuel Friedli e137c28e81
Add grammar.tex, shamelessly copying from Pixeled. But the grammar is not exactly as implemented here, must revise it.
2024-03-24 14:40:20 +01:00
src/main Add grammar.tex, shamelessly copying from Pixeled. But the grammar is not exactly as implemented here, must revise it. 2024-03-24 14:40:20 +01:00
.gitignore Add grammar.tex, shamelessly copying from Pixeled. But the grammar is not exactly as implemented here, must revise it. 2024-03-24 14:40:20 +01:00
LICENSE Initial commit 2024-03-24 13:57:55 +01:00
README.md Lex and parse mult, div, mod and exp. Now, go on and generate the assembly for those! 2024-03-24 14:09:08 +01:00
pom.xml Lex and parse mult, div, mod and exp. Now, go on and generate the assembly for those! 2024-03-24 14:09:08 +01:00

README.md

gombaila

Let's write a compiler in Java! Inspired by Pixeled: https://www.youtube.com/watch?v=vcSijrRsrY0.