1 devlog
30m
I plan on making this a basic compiler.
I will use Regex for the lexer, a Pratt parser (a type of recursive descent parser), and LLVM for the backend.
I plan on making this a basic compiler.
I will use Regex for the lexer, a Pratt parser (a type of recursive descent parser), and LLVM for the backend.
Just finished writing the lexer, with expected output. I still need to write some tests though.
Log in to leave a comment