aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-parse.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl: rename Cover_Statement to Cover_Directive.Tristan Gingold2019-07-041-1/+1
* parse: improve error message for incorrect use of '!'.Tristan Gingold2019-07-041-0/+4
* vhdl: parse and analyze restrict directive.Tristan Gingold2019-07-041-3/+25
* vhdl-parse: improve error message in case of unexpectedTristan Gingold2019-06-131-0/+12
* vhdl-disp_vhdl: print literals and identifiers from the source.Tristan Gingold2019-05-291-6/+14
* vhdl: move Current_Text from vhdl-utils to vhdl-parse.Tristan Gingold2019-05-251-0/+20
* vhdl: update AMS parsing.Tristan Gingold2019-05-241-1/+15
* vhdl-parse: Add Has_Is for block_statement.Tristan Gingold2019-05-241-0/+2
* vhdl-parse: minor changes for disp_vhdl.Tristan Gingold2019-05-241-0/+5
* vhdl: add hook on free_node, automatically freeTristan Gingold2019-05-221-3/+0
* vhdl-parse: strenghten.Tristan Gingold2019-05-151-9/+13
* errorout: add messages group instead of continuation.Tristan Gingold2019-05-121-24/+27
* vhdl-parse: improve error messages. Fix #818Tristan Gingold2019-05-111-0/+14
* vhdl: decouple errorouts a bit more.Tristan Gingold2019-05-101-3/+5
* psl: add psl-types, psl-nodes_priv.Tristan Gingold2019-05-101-0/+1
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-3/+3
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-0/+1
* vhdl-nodes_utils: renaming.Tristan Gingold2019-05-071-43/+42
* vhdl: renames iir_chains to vhdl.nodes_utils. Remove iir_chain_handling.Tristan Gingold2019-05-061-46/+54
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
* vhdl: move xrefs to vhdl child package.Tristan Gingold2019-05-061-1/+1
* vhdl: move elocations* packages to vhdl children.Tristan Gingold2019-05-051-1/+1
* vhdl: move parse package as vhdl child.Tristan Gingold2019-05-041-0/+9871