Haitian Creole for Words
Mo provides some basic types for building lexers & parsers.
lix install gh:skial/mo
-D disable.rules.cache
will disable allimplements uhx.mo.RulesCache
macros.
@:disable.rules.cache
will disable the attached classimplements uhx.mo.RulesCache
macro.
- mo-css - CSS Lexer.
- mo-html - HTML Lexer.
- mo-mime - Mime Lexer.
- mo-hxml - HXML Lexer.
- mo-uri - Uri Lexer.
- MediaType - An abstract type, using the Mime Lexer to parse mime/media/internet types. E.g
text/plain; charset=UTF-8
. - HTML Select - An experimental CSS selector engine for the HTML lexer in Mo.
- JSON Select - An experimental JSON selector engine, inspired by http://jsonselect.org.