MiniDevil As beautiful as a shell
Parser

Recursive descent parser producing an AST from tokens.

Recursive descent parser producing an AST from tokens.

The parser validates syntax (grammar checks) and builds a tree of t_ast nodes via recursive descent.

Files