Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide (all?) Matlab built-ins (#1705) | Alex Povel | 2021-02-14 | 4 | -5/+5 |
| | | | | | | | * Add (all?) Matlab built-ins See also https://de.mathworks.com/help/matlab/referencelist.html * Adjust pytest goldens | ||||
* | MATLAB parser cleanup & fix for parsing `1./x` (#1673) | Antony Lee | 2021-02-06 | 1 | -0/+10 |
| | | | | | | | | | * Clarify recognition of "command form" by MATLAB parser. Expand a bit the explanation; remove an unnecessary non-capturing group, replace \s+ by \s at the end (we just need to check for the presence of a space). * MATLAB: Correctly parse 1./x as (1)(./)(x). | ||||
* | Rename "tests/lexers" to "tests/snippets" and update the contribution | Georg Brandl | 2021-01-20 | 9 | -0/+260 |
docs to point to both snippets and examplefiles. |