https://github.com/eamonnmr/loxodont
Following the Lox tree walking parser tutorial in C++
https://github.com/eamonnmr/loxodont
Last synced: 2 months ago
JSON representation
Following the Lox tree walking parser tutorial in C++
- Host: GitHub
- URL: https://github.com/eamonnmr/loxodont
- Owner: EamonnMR
- Created: 2021-07-25T21:23:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T23:47:00.000Z (over 3 years ago)
- Last Synced: 2025-02-13T23:37:28.989Z (4 months ago)
- Language: C++
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Following https://craftinginterpreters.com/ in C++
make to build
requires readline
tests require googletest