aboutsummaryrefslogtreecommitdiffstats
path: root/parse.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-171-5/+4
| | | | Use Type_Definition in type_declarator.
* Add many vhdl08 predefined operators and functions. Add std.envTristan Gingold2014-06-301-3/+38
|
* add more support for vhdl2008: aliases, visibility and preliminary work forTristan Gingold2014-06-261-43/+146
| | | | generic packages.
* Add psl cover directive (ticket19).Tristan Gingold2014-06-211-2/+12
|
* Handle report/severity in PSL assertions.Tristan Gingold2014-06-211-1/+21
|
* parser: improve location of aggregates.Tristan Gingold2014-06-211-6/+20
|
* aggregate: set location on '('Tristan Gingold2014-06-141-5/+4
|
* Fix bug21513: expanded name with operator_symbol prefix.Tristan Gingold2014-01-191-1/+3
|
* Rename package Scan to Scanner.Tristan Gingold2014-01-091-324/+324
|
* Avoid a crash for component declarations in processes.Tristan Gingold2014-01-041-1/+2
|
* Fix bug21274.Tristan Gingold2013-12-311-65/+125
| | | | WIP for VHDL08.
* Improve error message.Tristan Gingold2013-12-291-2/+7
|
* Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold2013-12-171-17/+492
|
* Style errors and mcode Makefile changeBrian Drummond2013-12-031-1/+1
|
* Minor fix for https://gna.org/support/?group=ghdl issues 3060 and 2686Brian Drummond2013-12-021-1/+5
|
* ghdl 0.29 release.gingold2010-01-121-37/+127
|
* Now handle vhdl 2008 arrays in the front end.gingold2009-08-131-34/+188
| | | | Bug fixes.
* New feature: all-sensitized processes (for vhdl 2008)gingold2008-09-061-6/+15
|
* Create package options from flags to avoid circular elaborationgingold2008-08-311-1/+1
|
* Switch to gcc 4.3gingold2008-08-301-3/+4
| | | | | Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
* cygwin patch added,gingold2007-05-271-1/+10
| | | | | parse crash fixed c++ line comments handled in SDF parser
* bugs fixesgingold2006-02-141-3/+3
|
* ghdl 0.21 is outgingold2005-12-181-0/+4
|
* bug fixesgingold2005-12-101-0/+8
|
* updated for ghdl-0.20gingold2005-10-161-1/+1
|
* --vcdz option added,gingold2005-10-091-40/+35
| | | | | | | switched to gcc-4.0.2, can be compiled with GNAT GPL 2005 ready for ada05 (interface identifier not used anymore) bug fixes
* First import from sourcesgingold2005-09-241-0/+5701