aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-scanner.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl-scanner: optimizationTristan Gingold2019-06-031-6/+17
|
* vhdl: differenciate block and line comments.Tristan Gingold2019-05-301-2/+2
|
* vhdl-disp_vhdl: print literals and identifiers from the source.Tristan Gingold2019-05-291-0/+5
| | | | Add Literal_Length and set it in the parser.
* errorout: add messages group instead of continuation.Tristan Gingold2019-05-121-7/+9
|
* vhdl: decouple errorouts a bit more.Tristan Gingold2019-05-101-28/+45
|
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-10/+10
|
* vhdl: move scanner under vhdl hierarchy.Tristan Gingold2019-05-041-0/+2332