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
*
parse: refactoring to improve error messages.
Tristan Gingold
2018-12-05
1
-17
/
+30
*
Move Error_Msg_Scan to scanner.
Tristan Gingold
2018-12-05
1
-0
/
+32
*
scanner: improve messages, eat trailing underscore of identifiers.
Tristan Gingold
2018-11-30
1
-12
/
+15
*
scanner: emit an error message for too long identifiers.
Tristan Gingold
2018-11-26
1
-6
/
+42
*
files_map: add support for one gap.
Tristan Gingold
2018-11-23
1
-0
/
+1
*
errorout: split and rework.
Tristan Gingold
2018-11-16
1
-23
/
+7
*
scanner: do not return after '#'.
Tristan Gingold
2018-11-16
1
-0
/
+1
*
scanner: improve error message, detect EOF in extended identifiers.
Tristan Gingold
2018-11-16
1
-26
/
+44
*
scanner: avoid to raise exception.
Tristan Gingold
2018-11-14
1
-3
/
+3
*
scanner: detect EOF in strings
Tristan Gingold
2018-11-14
1
-0
/
+7
*
Improve doc, fix English typo.
Tristan Gingold
2018-09-23
1
-1
/
+1
*
avoid crash in scanner if a number is followed by a number.
Tristan Gingold
2018-07-22
1
-1
/
+2
*
Fix warning: use clause for package has no effect
Vicente Bergas
2018-05-03
1
-1
/
+0
*
name_table: get rid of Nam_Buffer/Nam_Length.
Tristan Gingold
2018-01-20
1
-3
/
+3
*
scanner: remove use of Nam_Buffer.
Tristan Gingold
2018-01-20
1
-26
/
+49
*
Convert_Identifier: don't use Nam_Buffer anymore.
Tristan Gingold
2018-01-18
1
-13
/
+15
*
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