Current section
Files
Jump to
Current section
Files
src/eyg_parser.app.src
{application, eyg_parser, [
{vsn, "0.5.1"},
{applications, [eyg_ir,
gleam_stdlib,
multiformats]},
{description, "A JavaScript inspired textual syntax for EYG."},
{modules, [eyg@parser,
eyg@parser@debug,
eyg@parser@lexer,
eyg@parser@location,
eyg@parser@parser,
eyg@parser@token,
eyg_parser@@main]},
{registered, []}
]}.