aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-scanner.ads
Commit message (Expand)AuthorAgeFilesLines
* update license headersumarcor2021-01-141-11/+9
* vhdl: rework formatter engine, add 'ghdl fmt' commandTristan Gingold2021-01-091-0/+3
* vhdl psl: fully scan PSL keywords in scanner.Tristan Gingold2019-08-201-8/+0
* vhdl scanner: handle pragma translate_on/translate_off.Tristan Gingold2019-07-241-1/+4
* vhdl: refactoring: remove configure function with string access.Tristan Gingold2019-07-141-1/+1
* Error_Msg_Option: do not raise exception.Tristan Gingold2019-06-251-2/+2
* vhdl-disp_vhdl: print literals and identifiers from the source.Tristan Gingold2019-05-291-0/+1
* vhdl: decouple errorouts a bit more.Tristan Gingold2019-05-101-0/+3
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-2/+2
* vhdl: move tokens as vhdl child package.Tristan Gingold2019-05-041-1/+1
* vhdl: move scanner under vhdl hierarchy.Tristan Gingold2019-05-041-0/+144