Files
mgmt/lang
James Shubin 158bc1eb2a lang: Add an Apply iterator to the Stmt and Expr API
This adds a new interface Node which must implement the Apply method.
This method traverse the entire AST and applies a function to each node.
Both Stmt and Expr must implement this.
2018-12-20 21:21:30 -05:00
..
2018-12-11 01:46:17 -05:00
2018-04-19 01:10:58 -04:00