summaryrefslogtreecommitdiff
path: root/src/vhdl/scanner.adb
AgeCommit message (Expand)Author
2016-01-19Improve error message for invalid use of '%'.Tristan Gingold
2015-12-23Remove unused code (scanner).Tristan Gingold
2015-12-22Scanner: fix use of latin-1 8 bit characters.Tristan Gingold
2015-05-23Preliminary work to support external names (parse, semantic)Tristan Gingold
2015-05-12Add context declaration and reference (vhdl 2008).Tristan Gingold
2015-01-21Detect and report UTF BOM at beginning of source files.Tristan Gingold
2015-01-15PSL: add comments, scan endpoint.Tristan Gingold
2014-12-31Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold
2014-12-30vhdl 2008: handle sized bit strings.Tristan Gingold
2014-12-29Rework string literals: store literals position.Tristan Gingold
2014-12-26Optimize scan_identifier.Tristan Gingold
2014-12-13PSL: allow labels on psl directives (fix ticket26).Tristan Gingold
2014-11-04Create src/vhdl subdirectory.Tristan Gingold