PreviousUpNext

13.5.31  mythryl_parser

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

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext