https://github.com/yaaama/clox
Interpreter written in C for the "Lox" language
https://github.com/yaaama/clox
c compiler crafting-interpreters interpreter lexing parsing
Last synced: 6 months ago
JSON representation
Interpreter written in C for the "Lox" language
- Host: GitHub
- URL: https://github.com/yaaama/clox
- Owner: yaaama
- Created: 2023-09-10T16:51:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T16:12:58.000Z (over 1 year ago)
- Last Synced: 2024-01-21T17:28:17.428Z (over 1 year ago)
- Topics: c, compiler, crafting-interpreters, interpreter, lexing, parsing
- Language: C
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clox
This is a an interpeter I am building for the "Lox" language, using the "Crafting Interpreters" book as a general guide.
Instead of writing things in Java and then C, I am deciding to dive straight into writing it all in C.
# Progress
## Lexer :COMPLETE:
## Parser :TODO: