项目作者: evacchi

项目描述 :
Crafting Interpreters (clox)
高级语言: C
项目地址: git://github.com/evacchi/crafting-interpreters.git
创建时间: 2020-10-08T18:39:33Z
项目社区:https://github.com/evacchi/crafting-interpreters

开源协议:

下载


crafting-interpreters

Crafting Interpreters

clox

Simple, word-by-word implementation of the Lox interpreter in Crafting Interpreters.

Commits try to follow 100% the Chapters of the book (bugs permitting)

rlox

My attempt to translate clox while I learn Rust.

Work In Progress, may be not 100% idiomatic while I try to follow the book; will probably revisit and clean up when I hit the bottom.