aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Literal.py
Commit message (Collapse)AuthorAgeFilesLines
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-29/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* Handle access types.Patrick Lehmann2021-06-231-7/+7
|
* Added handling of enumeration, array and record types.Patrick Lehmann2021-06-231-6/+16
|
* Fixed issues reported by Codacy.Patrick Lehmann2021-06-221-4/+3
|
* Fixed function call parameters.Patrick Lehmann2021-06-221-3/+3
| | | | | Fixed physical literal units. Added basic Procedure detection.
* Handle Physical...LiteralsPatrick Lehmann2021-06-221-0/+24
|
* Handle component declarations.Patrick Lehmann2021-06-221-0/+1
|
* Added concatenation and string literal.Patrick Lehmann2021-06-221-0/+10
|
* pyGHDL: handle c_doubleumarcor2021-06-191-1/+1
|
* Added handling of Floating Point.Patrick Lehmann2021-06-181-1/+1
|
* Mode code more local.Patrick Lehmann2021-06-181-3/+16
| | | | (cherry picked from commit 2e64bb94806f080e015a5aea38c7c8734b971377)
* Black found more files - strange.Patrick Lehmann2021-06-171-4/+5
| | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6)
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-0/+55