Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 230 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 230 Bytes

lang

A Gleam project

Quick start

# Compile lexer and parser:
erl -noshell -eval 'leex:file("src/lang_lexer"),yecc:file("src/lang_parser"),init:stop().'

# Run tests:
gleam test

# Run on testfile.lang:
gleam run