8000 GitHub - schveiguy/dlox: D implementation of Lox from craftinginterpreters.com
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ dlox Public

D implementation of Lox from craftinginterpreters.com

License

Notifications You must be signed in to change notification settings

schveiguy/dlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crafting an Interpreter

This is my code that I wrote while reading the book Crafting Interpreters.

It differs in a few aspects:

  • I'm using D (of course), not Java or C
  • I'm trying to utilize my iopipe library as a test to see how usable it is.

I'm hoping that I get a greater sense of language design out of this exercise, and also get a better sense of how the iopipe API must change for the better.

The phase1 directory is the "Java" tree-walk interpreter.

The phase2 directory is the "C" bytecode interpreter.

About

D implementation of Lox from craftinginterpreters.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0