parses as 1 word abcdef
Unicode, out-of-band, characters used to mark up intermediate text
OhmJS Syntatic rules use space-skipping for better readability of grammar rules
raw PEG
OhmJS lexical rules
OhmJS Syntactic Rules
❲abc❳❲def❳
postprocess - delete ❲ and ❳
allows use of Syntactic Rules for comma-less languages
preprocess
abc,de
parses as 2 words abc and def













