Closed
Description
The AST contains the most correct version of how a script is interpreted. This includes regions of text. Currently the code folder only uses the Tokens which requires the folder to re-implement some of the AST behaviour e.g. matching token pairs for arrays etc.
The code folder should be implemented using as much of the AST as possible and then some performance metrics to ensure that the using the AST doesn't take longer than with tokens only.