aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Type.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* black: rerun, to pick pyproject settingsumarcor2021-08-231-33/+11
|
* Improved handling of ranges (e.g. via attribute names).Patrick Lehmann2021-08-231-5/+30
|
* Another fix for consecutive identifiers.Patrick Lehmann2021-08-231-0/+4
|
* Also handle multiple identifiers in record elements.Patrick Lehmann2021-08-231-5/+31
|
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-1/+1
|
* Renamed '[sS]ubType' to '[sS]ubtype'.Patrick Lehmann2021-07-011-29/+33
|
* Reworked scalar types created from ranges.Patrick Lehmann2021-07-011-9/+12
|
* Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'.Patrick Lehmann2021-07-011-18/+18
|
* Rework and fine tuning.Patrick Lehmann2021-07-011-0/+14
|
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-27/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First try to handle names. * Reworked names. * Reworked range expressions. * Handle AttributeNames. * Added handling of file declaration and attribute declarations. * Improved error outputs. * Handle protected types. * Make black happy with ugly code. * Handle Null literal and File parameters. * File type and physical type. * Don't fail on reported syntax errors. Catch call errors into libghdl. * Improved Sanity checks for pyGHDL.dom. * Load sourcecode via Python and process in-memory. Fixed testcases. * Added package instantiations and packages with generics. * Added UseClause, AttributeSpecification and PhysicalTypes. * Improved pretty-printing. * Fixed AttributeName in subtype indication. * Get code position of IIR nodes. * Added DOMMixin into all derived classes. * Mark as not yet implemented. * Pinned pyVHDLModel version to v0.10.4. * Removed xfail in LSP test. Bumped requirement of pyVHDLModel to v0.10.4. Fixed some Codacy issues. (cherry picked from commit f64e7ed7c3d69cbf84cd60db8e9b085e90b846cb)
* Removed duplicate function.Patrick Lehmann2021-06-231-7/+7
|
* Handle access types.Patrick Lehmann2021-06-231-15/+36
|
* Added handling of enumeration, array and record types.Patrick Lehmann2021-06-231-3/+53
|
* Extract record type elements.Patrick Lehmann2021-06-231-0/+6
|
* Better type handling.Patrick Lehmann2021-06-231-3/+28
|
* Prepared handling of functions, types, subtypes and aliases.Patrick Lehmann2021-06-221-0/+32
|
* Minimal handling of types and subtypes.Patrick Lehmann2021-06-221-0/+21