Module subscript_compiler::frontend[][src]

Modules

ast

Frontend AST data types & related.

parser

The parser herein is supposed to meet the following criteria:

passes

AST transformations.

Functions

run_compiler_frontend

Parses the given source code and returns a normalized backend AST vector.

run_highlighter