Skip to content

A small example on how one might use leex+yacc from Gleam

Notifications You must be signed in to change notification settings

michallepicki/lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small example on how one might use leex+yacc from Gleam

Topics

Resources

Stars

Watchers

Forks