项目作者: Thomas-Neill

项目描述 :
Haskell implementation of the Lox language from ¨Crafting Interpreters" by Bob Nystrom.
高级语言: Haskell
项目地址: git://github.com/Thomas-Neill/hlox.git
创建时间: 2017-03-21T15:56:55Z
项目社区:https://github.com/Thomas-Neill/hlox

开源协议:

下载


hlox

Haskell implementation of the Lox language from Crafting Interpreters by Bob Nystrom.
There have been some changes to the OOP Bob uses and anonymous functions.
See example.lox for an example of most of the features.