Compiler banner

Compiler

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.

Repository

Loading README...

pequenopage

Just finished writing the lexer, with expected output. I still need to write some tests though.

Attachment
0