Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lsegal/my_toy_compiler
- Owner: lsegal
- License: mit
- Created: 2009-09-18T18:46:35.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T14:38:51.000Z (7 months ago)
- Last Synced: 2024-10-14T21:24:50.249Z (28 days ago)
- Language: C++
- Homepage: http://gnuu.org/2009/09/18/writing-your-own-toy-compiler/
- Size: 41 KB
- Stars: 845
- Watchers: 50
- Forks: 211
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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