Skip to content

hmaka/glox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glox

This is an implementation of the lox programming language from Crafting Interpreters in the Gleam programming language.

  • Lexer
  • Grammer
  • Parser
# To start the interactive shell. Currently it just prints out tokens produced from the user input.
gleam run   

gleam test  # Run the tests

About

The lox programming language written in Gleam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages