got the OldParser out of the diff (annoyance)
This commit is contained in:
parent
60223156a8
commit
118fb86b53
|
@ -270,6 +270,7 @@ let fromString2 = str => {
|
||||||
which returns a JSON with (hopefully) a single-element array.
|
which returns a JSON with (hopefully) a single-element array.
|
||||||
This array element is the top-level node of a nested-object tree
|
This array element is the top-level node of a nested-object tree
|
||||||
representing the functions/arguments/values/etc. in the string.
|
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.
|
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.
|
Inside of this function, MathAdtToDistDst is called whenever a distribution function is encountered.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user