Lox interpreter written in Gleam, following Crafting Intepreters
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Gleam 92.6%
Nix 3.3%
Lua 2.5%
Makefile 1.5%
5 1 0

Clone this repository

https://tangled.org/beaudidly.tngl.sh/glox https://tangled.org/did:plc:djelutmgqxuuppo7e656a47s/glox
git@tangled.org:beaudidly.tngl.sh/glox git@tangled.org:did:plc:djelutmgqxuuppo7e656a47s/glox

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

glox#

Package Version Hex Docs

gleam add glox@1
import glox

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

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

Development#

gleam run   # Run the project
gleam test  # Run the tests