Name |
Last commit
|
Last update |
---|---|---|
.. | ||
test_calc.py | ||
test_preview.py |
- Create a method called `parse_algebra`. It takes a string of math and returns with a `pyparsing.ParseResults` object representing it. - `evaluator` takes this tree and applies the old "parse actions" to it to get the same number as it used to. - Change calc's API: `evaluator` to use `case_sensitive` rather than `cs` - Add most of the capability for latex rendering
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
test_calc.py | Loading commit data... | |
test_preview.py | Loading commit data... |