Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parser: strenghten. | Tristan Gingold | 2018-11-28 | 1 | -2/+6 |
* | parse: strenghten. | Tristan Gingold | 2018-11-26 | 1 | -16/+17 |
* | parser: strenghten. | Tristan Gingold | 2018-11-23 | 1 | -17/+18 |
* | parse: strenghten. | Tristan Gingold | 2018-11-23 | 1 | -5/+3 |
* | Strenghten parser. | Tristan Gingold | 2018-11-19 | 1 | -0/+1 |
* | parse: factorize, improve comment. | Tristan Gingold | 2018-11-16 | 1 | -8/+2 |
* | parse: strenghten | Tristan Gingold | 2018-11-16 | 1 | -2/+17 |
* | parse: strenghten. | Tristan Gingold | 2018-11-16 | 1 | -11/+27 |
* | parse: strenghten. | Tristan Gingold | 2018-11-16 | 1 | -4/+12 |
* | errorout: add %s to display strings. | Tristan Gingold | 2018-11-16 | 1 | -4/+5 |
* | parse: strenghten. | Tristan Gingold | 2018-11-14 | 1 | -7/+18 |
* | parse: strenghten. | Tristan Gingold | 2018-11-14 | 1 | -4/+5 |
* | parse: strenghten. | Tristan Gingold | 2018-11-14 | 1 | -22/+27 |
* | parser: remove Expect_Error, strenghten. | Tristan Gingold | 2018-11-12 | 1 | -43/+73 |
* | vhdl parse: get rid of parse_error exception. | Tristan Gingold | 2018-11-12 | 1 | -41/+45 |
* | psl: deals with grammer abiguity about and/or. | Tristan Gingold | 2018-10-27 | 1 | -1/+1 |
* | parse: remove unexpected use of Ada2012. | Tristan Gingold | 2018-09-21 | 1 | -8/+11 |
* | Add Get/Set_Choice_Position (WIP). | Tristan Gingold | 2018-09-20 | 1 | -11/+28 |
* | rework parse_expression to add parse_binary_expression. | Tristan Gingold | 2018-08-04 | 1 | -290/+223 |
* | Avoid crash in case of incorrect use of signature. | Tristan Gingold | 2018-06-16 | 1 | -4/+27 |
* | Fix warning: use clause for package has no effect | Vicente Bergas | 2018-05-03 | 1 | -1/+0 |
* | Avoid crash on empty parentheses. | Tristan Gingold | 2018-04-30 | 1 | -4/+18 |
* | Rework parse of object interface, add elocations. | Tristan Gingold | 2018-02-15 | 1 | -21/+39 |
* | elocations: add more 'is' locations. | Tristan Gingold | 2018-02-08 | 1 | -2/+21 |
* | elocations: add arrow location for element associations. | Tristan Gingold | 2018-02-08 | 1 | -0/+13 |
* | scanner: remove use of Nam_Buffer. | Tristan Gingold | 2018-01-20 | 1 | -20/+13 |
* | parser: improve recovery on missing 'entity' in entity aspects. | Tristan Gingold | 2018-01-11 | 1 | -14/+32 |
* | Avoid crash on string as prefix of procedure call. | Tristan Gingold | 2017-12-08 | 1 | -1/+10 |
* | Remove some deprecated iir_list subtypes. | Tristan Gingold | 2017-11-08 | 1 | -2/+2 |
* | Use flist for entity_name_list. | Tristan Gingold | 2017-11-08 | 1 | -3/+5 |
* | Use flist for disconnection specification and component specification. | Tristan Gingold | 2017-11-08 | 1 | -17/+41 |
* | Use flist for group declaration. | Tristan Gingold | 2017-11-07 | 1 | -1/+11 |
* | Use flist for enumerations. | Tristan Gingold | 2017-11-07 | 1 | -1/+2 |
* | Use Flist for records. | Tristan Gingold | 2017-11-07 | 1 | -1/+2 |
* | Use flist for signatures. | Tristan Gingold | 2017-11-07 | 1 | -1/+3 |
* | Use Flist for array indexes. | Tristan Gingold | 2017-11-06 | 1 | -3/+4 |
* | Add elocations for specifications. | Tristan Gingold | 2017-10-28 | 1 | -33/+47 |
* | Add elocation for right parenthesis. | Tristan Gingold | 2017-10-26 | 1 | -1/+9 |
* | parser: improve error on extra comma in interface list. | Tristan Gingold | 2017-10-24 | 1 | -2/+11 |
* | Add more elocations. | Tristan Gingold | 2017-10-23 | 1 | -36/+151 |
* | parser: improve error message on extra ';'. | Tristan Gingold | 2017-10-18 | 1 | -0/+10 |
* | parser: add Has_Component for component instantiation. | Tristan Gingold | 2017-10-18 | 1 | -3/+14 |
* | Add extended locations (elocations). Still WIP | Tristan Gingold | 2017-10-18 | 1 | -113/+370 |
* | parse.adb: adjust comments. | Tristan Gingold | 2017-10-11 | 1 | -89/+88 |
* | sem_assocs: rewrite (pass v87) | Tristan Gingold | 2017-09-25 | 1 | -0/+1 |
* | Improve error message | Tristan Gingold | 2017-03-11 | 1 | -1/+2 |
* | vhdl08: unbounded records (WIP) | Tristan Gingold | 2017-02-12 | 1 | -0/+1 |
* | vhdl2008: handle 'Subtype as a type name and in disp_vhdl | Tristan Gingold | 2017-01-15 | 1 | -0/+3 |
* | Add xref_keyword for PSL keywords that aren't reserved words. | Tristan Gingold | 2017-01-15 | 1 | -0/+16 |
* | vhdl08: implement 'subtype attribute | Tristan Gingold | 2017-01-13 | 1 | -1/+4 |