aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/scanner.adb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code (scanner).Tristan Gingold2015-12-231-8/+2
* Scanner: fix use of latin-1 8 bit characters.Tristan Gingold2015-12-221-4/+3
* Preliminary work to support external names (parse, semantic)Tristan Gingold2015-05-231-21/+33
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-0/+9
* Detect and report UTF BOM at beginning of source files.Tristan Gingold2015-01-211-6/+43
* PSL: add comments, scan endpoint.Tristan Gingold2015-01-151-0/+2
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-38/+54
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-301-81/+271
* Rework string literals: store literals position.Tristan Gingold2014-12-291-86/+86
* Optimize scan_identifier.Tristan Gingold2014-12-261-26/+34
* PSL: allow labels on psl directives (fix ticket26).Tristan Gingold2014-12-131-27/+13
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+1621