Packages

🍪 Lexer step + parser combinators + great error messages [nibble fork]

Current section

Files

Jump to
chomp src chomp.app.src
Raw

src/chomp.app.src

{application, chomp, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "🍪 Lexer step + parser combinators + great error messages [nibble fork]"},
{modules, [chomp,
chomp@lexer,
chomp@pratt,
chomp@span]},
{registered, []}
]}.