Package dev.omnist.oml
package dev.omnist.oml
The lexer and parser for OML, Omnist's canonical text format (omnist-spec §4)
— the format every other codec's input is normalized through and every
omnist format output is written in.-
ClassDescriptionNormative OML Tokenizer (omnist-spec §4.2).An individual token produced by
OmlLexer.Token types produced by the OML lexer (omnist-spec §4.2).Structured exception thrown when an OML document fails to parse (omnist-spec §8).OML (Omnist Markup Language) Core Reader (omnist-spec §4).OML (Omnist Markup Language) Canonical Writer (omnist-spec §4 and §9.5).