| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Add (all?) Matlab built-ins
See also https://de.mathworks.com/help/matlab/referencelist.html
* Adjust pytest goldens
|
|
|
|
| |
This adds a newline and makes sure the files round-trip correctly.
|
| |
|
|
|
|
|
| |
* Add J lexer tests for operator ?
* Make J lexer match ? as an operator
|
|
|
|
|
|
|
|
|
| |
* 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).
|
|
|
|
| |
LESS lexer didn't handle single-line comments.
|
|
|
|
|
|
|
|
|
| |
mathiasertl-master
Resolve conflicts, move tests to snippets, regenerate example files.
# Conflicts:
# tests/test_shell.py
|
| |
|
|
docs to point to both snippets and examplefiles.
|