CodeParser

CodeParser is a package for parsing Wolfram Language code.

CodeConcreteParse returns a concrete syntax tree by interpreting code as WL input.

CodeParse returns an abstract syntax tree by interpreting code as WL input.

CodeTokenize returns a list of tokens by interpreting code as WL input.