Skip to content

gdevanla/haskell-lox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell-lox (WIP)

Implementation of Lox interpreter as described in Crafting Interpreters.

  1. Scanning - Commentary
  2. Parsing - Commentary

Execute

  • Run stack exec -- haskell-lox-exe to see "We're inside the application!"
  • With stack exec -- haskell-lox-exe --verbose you will see the same message, with more logging.

Run tests

stack test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published