Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinwe6/loxi
loxi - a Lox interpreter
https://github.com/tinwe6/loxi
Last synced: 2 months ago
JSON representation
loxi - a Lox interpreter
- Host: GitHub
- URL: https://github.com/tinwe6/loxi
- Owner: tinwe6
- License: mit
- Created: 2017-12-23T01:03:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T11:11:39.000Z (about 7 years ago)
- Last Synced: 2024-08-03T18:14:13.458Z (6 months ago)
- Language: C
- Homepage:
- Size: 59.6 KB
- Stars: 33
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - loxi
README
## Loxi - a Lox Interpreter written in C
**Lox** is a dynamically typed, object oriented programming language, that supports first class functions and single inheritance.
It is described in the *[Crafting Interpreters][]* book by [Bob Nystrom], in which he builds a full Lox interpreter [jlox][] written in Java.**Loxi** is a complete **C** implementation of the Lox interpreter.
[Crafting interpreters]: http://www.craftinginterpreters.com
[Bob Nystrom]: https://github.com/munificent
[jlox]: https://github.com/munificent/craftinginterpreters