Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace token modernization - a* lexers - regarding #1905 (#1914) | Sebastian Engel | 2021-10-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | * Whitespace token modernization - ambient lexer * Whitespace token modernization - ampl lexer * Whitespace token modernization - apdlexer lexer * Whitespace token modernization - apl lexer * Whitespace token modernization - adl lexer * Whitespace token modernization - arrow lexer * Whitespace token modernization - asm lexer | ||||
* | Leading underscore in APL variable names (GNU, Dyalog) (#1747) | Stefan Kruger | 2021-03-15 | 1 | -0/+26 |
* Two small tweaks to the APL lexer: 1. Add all APL file suffixes 2. Allow leading _ in variable names (GNU APL, Dyalog) * Build mappings to pick up new file extensions * Add tests for APL: 1. Leading underscores for variables OK (Dyalog, GNU) |