index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
scanner.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Preliminary support for tool directives.
Tristan Gingold
2017-11-06
1
-46
/
+268
*
scanner: disp a nice message for '!='.
Tristan Gingold
2017-10-23
1
-4
/
+12
*
scanner: allow any characters in comment with vhdl02 or later.
Tristan Gingold
2017-10-16
1
-1
/
+14
*
scanner: emit better error message for UTF-8 quote marks.
Tristan Gingold
2016-11-11
1
-4
/
+51
*
Rewrite scan error messages: use formatting.
Tristan Gingold
2016-08-02
1
-37
/
+34
*
Rework warnings to have a uniq tag per warning.
Tristan Gingold
2016-08-01
1
-10
/
+16
*
evaluation: handle whitespace for 'value.
Tristan Gingold
2016-02-10
1
-1
/
+12
*
Improve error message for invalid use of '%'.
Tristan Gingold
2016-01-19
1
-4
/
+34
*
Remove unused code (scanner).
Tristan Gingold
2015-12-23
1
-8
/
+2
*
Scanner: fix use of latin-1 8 bit characters.
Tristan Gingold
2015-12-22
1
-4
/
+3
*
Preliminary work to support external names (parse, semantic)
Tristan Gingold
2015-05-23
1
-21
/
+33
*
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-12
1
-0
/
+9
*
Detect and report UTF BOM at beginning of source files.
Tristan Gingold
2015-01-21
1
-6
/
+43
*
PSL: add comments, scan endpoint.
Tristan Gingold
2015-01-15
1
-0
/
+2
*
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-31
1
-38
/
+54
*
vhdl 2008: handle sized bit strings.
Tristan Gingold
2014-12-30
1
-81
/
+271
*
Rework string literals: store literals position.
Tristan Gingold
2014-12-29
1
-86
/
+86
*
Optimize scan_identifier.
Tristan Gingold
2014-12-26
1
-26
/
+34
*
PSL: allow labels on psl directives (fix ticket26).
Tristan Gingold
2014-12-13
1
-27
/
+13
*
Create src/vhdl subdirectory.
Tristan Gingold
2014-11-04
1
-0
/
+1621