got the OldParser out of the diff (annoyance)

This commit is contained in:
Quinn Dougherty 2022-04-21 22:55:56 -04:00
parent 60223156a8
commit 118fb86b53

View File

@ -270,6 +270,7 @@ let fromString2 = str => {
which returns a JSON with (hopefully) a single-element array.
This array element is the top-level node of a nested-object tree
representing the functions/arguments/values/etc. in the string.
The function MathJsonToMathJsAdt then recursively unpacks this JSON into a typed data structure we can use.
Inside of this function, MathAdtToDistDst is called whenever a distribution function is encountered.
*/