MiniDevil
As beautiful as a shell
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.
(cmd1 | cmd2) | cmd3