index
:
ghdl/.git
master
VHDL 2008/93/87 simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
parse.adb
Age
Commit message (
Expand
)
Author
2015-12-23
Remove unused code (scanner).
Tristan Gingold
2015-12-22
parse: remove unreachable code.
Tristan Gingold
2015-12-22
Scanner: fix use of latin-1 8 bit characters.
Tristan Gingold
2015-12-03
ghdl_simul debugger: handle break on operator, handle end of file.
Tristan Gingold
2015-11-30
parse: add comments.
Tristan Gingold
2015-11-25
Improve error message when ',' is used instead of ';' in interface.
Tristan Gingold
2015-08-29
Replace fat accesses by bounds accesses
Tristan Gingold
2015-05-23
Preliminary work to support external names (parse, semantic)
Tristan Gingold
2015-05-12
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-09
Rename Get_Location_Str to Image.
Tristan Gingold
2015-01-15
PSL: add comments, scan endpoint.
Tristan Gingold
2015-01-15
parser: improve error message and recovery on = for default expression.
Tristan Gingold
2015-01-14
xrefs: adjust for vhdl08.
Tristan Gingold
2015-01-14
disp_vhdl: adjust for vhdl2008 (generate, bit string).
Tristan Gingold
2015-01-10
vhdl08: forbid simple block_specification for labeled if-generate statement.
Tristan Gingold
2015-01-10
vhdl08: block configuration for if-generate statements.
Tristan Gingold
2015-01-07
Handle vhdl08 if generate statements
Tristan Gingold
2015-01-03
Initial rework for vhdl 2008 generate statements.
Tristan Gingold
2014-12-31
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-30
vhdl 2008: handle sized bit strings.
Tristan Gingold
2014-12-29
Rework string literals: store literals position.
Tristan Gingold
2014-12-15
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-12-14
iirs: reduce size of interface objects.
Tristan Gingold
2014-12-14
iirs: reduce size of signal_declaration.
Tristan Gingold
2014-12-14
Put attribute_value_chain in parent.
Tristan Gingold
2014-12-13
PSL: allow labels on psl directives (fix ticket26).
Tristan Gingold
2014-11-04
Create src/vhdl subdirectory.
Tristan Gingold