summaryrefslogtreecommitdiff
path: root/tests/snippets/apl
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace token modernization - a* lexers - regarding #1905 (#1914)Sebastian Engel2021-10-231-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 Kruger2021-03-151-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)