aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Expression.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes due to errors reported by unit tests.Patrick Lehmann2023-04-151-2/+2
|
* Reworking symbols.Patrick Lehmann2023-04-131-3/+3
|
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Further fixes to the example code. * Bumped dependencies. * Fixed Debouncer example code. * Some more cleanup. * Black's opinion. * Run with pyVHDLModel dev-branch. * Fixed imports for Name. * Fixed test case. * Added a formatter to write dependency graphs and hierarchy as graphml. * Improved GraphML formatting. * Write compile order graph. * Computing compile order. * Bumped dependencies. * Black's opinion. * Fixed incorrect dependency.
* Removed declarations of __all__ when not needed by export.Patrick Lehmann2022-12-251-3/+0
|
* Code formatting based on black.Patrick Lehmann2022-12-241-1/+1
| | | | (cherry picked from commit 1f9773b56a90c6564698c842501f3889714fad84)
* Formatted code with black.Patrick Lehmann2022-11-301-1/+3
|
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-8/+2
|
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* black: rerun, to pick pyproject settingsumarcor2021-08-231-96/+32
|
* Fixes due to a bug in pyVHDLModel. Name Context was used twice.Patrick Lehmann2021-08-231-43/+43
|
* Fixed missed adjustments to range in expressions.Patrick Lehmann2021-08-231-8/+7
|
* Black formatting.Patrick Lehmann2021-08-231-2/+2
|
* Improved handling of ranges (e.g. via attribute names).Patrick Lehmann2021-08-231-0/+17
|
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-3/+3
|
* Renamed '[sS]ubType' to '[sS]ubtype'.Patrick Lehmann2021-07-011-5/+5
|
* Added missing operators, especially matching operators.Patrick Lehmann2021-07-011-7/+71
|
* Added Allocations.Patrick Lehmann2021-07-011-1/+33
|
* Reworked symbols.Patrick Lehmann2021-07-011-10/+28
|
* Minor improvements.Patrick Lehmann2021-07-011-174/+71
|
* Fix Codacy problems.Patrick Lehmann2021-07-011-1/+1
|
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-85/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* Fixed issues reported by Codacy.Patrick Lehmann2021-06-221-7/+0
|
* Asked black for his opinion.Patrick Lehmann2021-06-221-1/+2
|
* Handle more expressions (logical, compare, rem/mod).Patrick Lehmann2021-06-221-7/+33
|
* Handle OthersAggregateElement properly.Patrick Lehmann2021-06-221-6/+3
|
* Added concatenation and string literal.Patrick Lehmann2021-06-221-15/+16
|
* Added handling of Parenthesis.Patrick Lehmann2021-06-191-0/+15
|
* pyGHDL: run blackumarcor2021-06-191-3/+9
|
* Format aggregates.Patrick Lehmann2021-06-191-1/+1
|
* First step towards aggregates.Patrick Lehmann2021-06-191-1/+54
|
* Mode code more local.Patrick Lehmann2021-06-181-29/+61
| | | | (cherry picked from commit 2e64bb94806f080e015a5aea38c7c8734b971377)
* Black found more files - strange.Patrick Lehmann2021-06-171-34/+67
| | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6)
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-0/+287