The compiler mythryl_parser package implements the core compiler Mythryl syntax parser functionality.
The mythryl_parser package implements the Mythryl_Parser API.
The mythryl_parser package source code is in src/lib/compiler/front/parser/main/mythryl-parser.pkg.
The actual Mythryl grammar definition is in src/lib/compiler/front/parser/yacc/mythryl.grammar; the lexer definition is in src/lib/compiler/front/parser/lex/mythryl.lex. The above information is manually maintained and may contain errors.
Mythryl_Parser