summaryrefslogtreecommitdiff
path: root/tests/examplefiles/apdl
Commit message (Collapse)AuthorAgeFilesLines
* Upgrading APDL lexer (#2314)German2023-01-303-66/+44
| | | Co-authored-by: Jean Abou Samra <jean@abou-samra.fr>
* Whitespace token modernization - a* lexers - regarding #1905 (#1914)Sebastian Engel2021-10-232-117/+117
| | | | | | | | | | | | | | | * 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
* Add apdl and gcode lexers (#1714)Averter2021-03-144-0/+836
* Add apdl and gcode lexers * Added requested changes except words function * Added requested changes except words function * Added words function to handle lists of keywords * Add two testing example files * Delete two_dimensional_truss.ans * Delete coupled_example.ans * Create example1apdl.ans * Create example2apdl.ans * General cleanup of apdlexer and creation of mapfiles * Escaped backslashes in string literals on apdlexer * Removed backslashes. None was necessary in the first place * Added apdl aliase and a * based command in the test file * Forgot to create the map files * Tested version. Also removed an unused function from apdlexer * Added examples for gcode and golden output * Trimming of gcode files to a few dozens of lines * Removed duplicates from elafunb