codeparser icon indicating copy to clipboard operation
codeparser copied to clipboard

Parse Wolfram Language source code as abstract syntax trees (ASTs) or concrete syntax trees (CSTs)

Results 3 codeparser issues
Sort by recently updated
recently updated
newest added

Hi Brenton, I've been doing some very simple runs to get a few results by recording the ``CodeParser`Library`$ConcreteParseTime``. As shown below, the x-axis is the LoC of the input string,...

Currently, `ApplyCodeAction` deletes the very node that the `CodeAction` specifies, but this is not sound enough. Given ```mathematica Module[{a, b = 2 (* b is unused *)}, a] ``` The...

I have Mathematica 13.0 properly licensed and installed on MacOS Ventura M1 Mac Book Pro ``` └─(17:02:29 on master ✖ ✭)──> /Applications/Mathematica.app/Contents/MacOS/MathKernel Mathematica 13.0.0 Kernel for Mac OS X ARM...