chumsky icon indicating copy to clipboard operation
chumsky copied to clipboard

request: make most/all of the primitive constructor functions into const fn

Open Lokathor opened this issue 1 year ago • 0 comments

Allow

const OPEN_PAREN: Just<char, char, Error=Simple<char>> =
  just('(');

and such

Lokathor avatar Aug 20 '22 19:08 Lokathor