summaryrefslogtreecommitdiff
path: root/src/vhdl/parse.adb
AgeCommit message (Expand)Author
2015-12-23Remove unused code (scanner).Tristan Gingold
2015-12-22parse: remove unreachable code.Tristan Gingold
2015-12-22Scanner: fix use of latin-1 8 bit characters.Tristan Gingold
2015-12-03ghdl_simul debugger: handle break on operator, handle end of file.Tristan Gingold
2015-11-30parse: add comments.Tristan Gingold
2015-11-25Improve error message when ',' is used instead of ';' in interface.Tristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan 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-05-09Rename Get_Location_Str to Image.Tristan Gingold
2015-01-15PSL: add comments, scan endpoint.Tristan Gingold
2015-01-15parser: improve error message and recovery on = for default expression.Tristan Gingold
2015-01-14xrefs: adjust for vhdl08.Tristan Gingold
2015-01-14disp_vhdl: adjust for vhdl2008 (generate, bit string).Tristan Gingold
2015-01-10vhdl08: forbid simple block_specification for labeled if-generate statement.Tristan Gingold
2015-01-10vhdl08: block configuration for if-generate statements.Tristan Gingold
2015-01-07Handle vhdl08 if generate statementsTristan Gingold
2015-01-03Initial rework for vhdl 2008 generate statements.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-15Use same node for implicit and explicit subprogram declarations.Tristan Gingold
2014-12-14iirs: reduce size of interface objects.Tristan Gingold
2014-12-14iirs: reduce size of signal_declaration.Tristan Gingold
2014-12-14Put attribute_value_chain in parent.Tristan Gingold
2014-12-13PSL: allow labels on psl directives (fix ticket26).Tristan Gingold
2014-11-04Create src/vhdl subdirectory.Tristan Gingold