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: 3 months ago
JSON representation

loxi - a Lox interpreter

Lists

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