aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/parse.adb
Commit message (Expand)AuthorAgeFilesLines
* parse: improve error recovery.Tristan Gingold2018-12-171-11/+12
* parse: improve error recovery in interfaces.Tristan Gingold2018-12-131-58/+133
* parse: continue to parse after error in design unit.Tristan Gingold2018-12-081-32/+32
* parse: remove scan_expect.Tristan Gingold2018-12-061-15/+14
* parse: factorize and streamline code.Tristan Gingold2018-12-061-209/+179
* parse: strenghten.Tristan Gingold2018-12-061-6/+19
* parse: refactoring to improve error messages.Tristan Gingold2018-12-051-185/+312
* Move Error_Msg_Parse from errorout to parse.Tristan Gingold2018-12-051-7/+21
* parse: strenghtenTristan Gingold2018-12-051-12/+43
* parser: do not try to parse when parenthesis are too nested.Tristan Gingold2018-12-051-1/+53
* parse: strenghten.Tristan Gingold2018-12-011-15/+7
* parse: do not eat unused token in alias.Tristan Gingold2018-11-301-6/+9
* Fix xref regression on subtype declaration from last patches.Tristan Gingold2018-11-301-1/+1
* parse: strenghten; avoid to eat incorrect tokens.Tristan Gingold2018-11-291-27/+32
* parse: strenghten, skip semi-colon in declarations.Tristan Gingold2018-11-291-103/+140
* parse: improve error message for PSL clock declaration as statement.Tristan Gingold2018-11-291-8/+38
* parser: strenghten.Tristan Gingold2018-11-281-2/+6
* parse: strenghten.Tristan Gingold2018-11-261-16/+17
* parser: strenghten.Tristan Gingold2018-11-231-17/+18
* parse: strenghten.Tristan Gingold2018-11-231-5/+3
* Strenghten parser.Tristan Gingold2018-11-191-0/+1
* parse: factorize, improve comment.Tristan Gingold2018-11-161-8/+2
* parse: strenghtenTristan Gingold2018-11-161-2/+17
* parse: strenghten.Tristan Gingold2018-11-161-11/+27
* parse: strenghten.Tristan Gingold2018-11-161-4/+12
* errorout: add %s to display strings.Tristan Gingold2018-11-161-4/+5
* parse: strenghten.Tristan Gingold2018-11-141-7/+18
* parse: strenghten.Tristan Gingold2018-11-141-4/+5
* parse: strenghten.Tristan Gingold2018-11-141-22/+27
* parser: remove Expect_Error, strenghten.Tristan Gingold2018-11-121-43/+73
* vhdl parse: get rid of parse_error exception.Tristan Gingold2018-11-121-41/+45
* psl: deals with grammer abiguity about and/or.Tristan Gingold2018-10-271-1/+1
* parse: remove unexpected use of Ada2012.Tristan Gingold2018-09-211-8/+11
* Add Get/Set_Choice_Position (WIP).Tristan Gingold2018-09-201-11/+28
* rework parse_expression to add parse_binary_expression.Tristan Gingold2018-08-041-290/+223
* Avoid crash in case of incorrect use of signature.Tristan Gingold2018-06-161-4/+27
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-1/+0
* Avoid crash on empty parentheses.Tristan Gingold2018-04-301-4/+18
* Rework parse of object interface, add elocations.Tristan Gingold2018-02-151-21/+39
* elocations: add more 'is' locations.Tristan Gingold2018-02-081-2/+21
* elocations: add arrow location for element associations.Tristan Gingold2018-02-081-0/+13
* scanner: remove use of Nam_Buffer.Tristan Gingold2018-01-201-20/+13
* parser: improve recovery on missing 'entity' in entity aspects.Tristan Gingold2018-01-111-14/+32
* Avoid crash on string as prefix of procedure call.Tristan Gingold2017-12-081-1/+10
* Remove some deprecated iir_list subtypes.Tristan Gingold2017-11-081-2/+2
* Use flist for entity_name_list.Tristan Gingold2017-11-081-3/+5
* Use flist for disconnection specification and component specification.Tristan Gingold2017-11-081-17/+41
* Use flist for group declaration.Tristan Gingold2017-11-071-1/+11
* Use flist for enumerations.Tristan Gingold2017-11-071-1/+2
* Use Flist for records.Tristan Gingold2017-11-071-1/+2