https://github.com/ferhatgec/loxplusplus
lox++, c++ implementation of jlox
https://github.com/ferhatgec/loxplusplus
cpp cpp20 crafting-interpreters jlox
Last synced: 11 months ago
JSON representation
lox++, c++ implementation of jlox
- Host: GitHub
- URL: https://github.com/ferhatgec/loxplusplus
- Owner: ferhatgec
- License: mit
- Created: 2024-03-29T13:41:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T21:28:14.000Z (about 2 years ago)
- Last Synced: 2025-07-23T02:03:07.326Z (11 months ago)
- Topics: cpp, cpp20, crafting-interpreters, jlox
- Language: C++
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lox++
## c++ implementation of tree-walk interpreter jlox, which can be found on [craftinginterpreters.com](https://craftinginterpreters.com/)
### lox++ licensed under the terms of MIT License.