项目作者: felipesabino

项目描述 :
C implementation of Lox bytecode from Crafting Interpreters
高级语言: C
项目地址: git://github.com/felipesabino/lox-c.git
创建时间: 2020-04-06T23:13:08Z
项目社区:https://github.com/felipesabino/lox-c

开源协议:

下载


Lox-C

Implementation of Lox bytecode in C for studying purposes.

Notable differences to cLox

  • none so far…

Building

  1. $ make

or

  1. $ make debug

Running

  1. $ ./clox