


The compiler raw_syntax package implements the Mythryl compiler data structure used to represent raw syntax trees of code under compilation.
A good point from which to start exploring the Mythryl compiler parsing code is src/lib/compiler/front/parse/main/mythryl-parser.pkg.
The raw_syntax package implements the Raw_Syntax API.
The raw_syntax package source code is in src/lib/compiler/front/parse/raw-syntax/raw-syntax.pkg.
See also: deep_syntax package.
See also: anormal package.
The Mythryl grammar specification proper may be found in src/lib/compiler/front/parse/yacc/mythryl.grammar and the matching lexical level specification in src/lib/compiler/front/parse/lex/mythryl.lex.
The above information is manually maintained and may contain errors.
Raw_Syntax


