summaryrefslogtreecommitdiffstats
path: root/libmscgen/mscgen_lexer.l
Commit message (Collapse)AuthorAgeFilesLines
* Incorrect line count in case of an error in msc inputalbert-github2020-11-201-0/+7
| | | | The variables to store line number etc. are static variables and should be reset on each invocation of the lex msc parser.
* Spelling corrections for libmscgen directoryalbert-github2019-11-051-1/+1
| | | | | | Spelling corrections as found by codespell. The original package was written by UK-English writing person so left the words in UK-English (upon request this can be changed as well to US-English spelling).
* Consistent way to show scanner statealbert-github2019-09-051-2/+4
| | | | | Create a consistent way to display the state mnemonics of the different scanners (analogous to the fortranscanner.l) Use an automatic procedure to generate the routine with the translation of the states to a string.
* issue #6880 mscgen links placed in the wrong place when using SVG outputDimitri van Heesch2019-06-231-0/+236