Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lsegal/my_toy_compiler

My Toy Compiler. Read about how I did it at the homepage URL
https://github.com/lsegal/my_toy_compiler

Last synced: 10 days ago
JSON representation

My Toy Compiler. Read about how I did it at the homepage URL

Awesome Lists containing this project

README

        

# my_toy_compiler

Source code for "My Toy Compiler". Read about how I did on my blog:

http://gnuu.org/2009/09/18/writing-your-own-toy-compiler

## llvm 15 compatibility

## run
./parser example.txt

## debug

lldb ./parser
breakpoint set --file codegen.cpp --line 80
run example.txt