https://github.com/maxinteger/lox-compiler
https://github.com/maxinteger/lox-compiler
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxinteger/lox-compiler
- Owner: maxinteger
- Created: 2020-02-23T15:04:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T15:23:16.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T10:29:44.363Z (12 months ago)
- Language: Kotlin
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lox Compiler implementation
In this project I build the Lox copoler based on the http://craftinginterpreters.com/
tutorial, in different languages.
My goal is to know more about compilers and runtime environments.
Also it is a good opportunity to learn programming languages.