1. 12 Aug, 2013 1 commit
    • Change calc module · a1162cbb
      - 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
      Peter Baratta committed