Skip to content

An implementation of Robert Nystrom's lox language in Gleam

Notifications You must be signed in to change notification settings

rdghosal/lox-gleam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lox

Package Version Hex Docs

gleam add lox
import lox

pub fn main() {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/lox.

Development

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell

About

An implementation of Robert Nystrom's lox language in Gleam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages