aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Literal.py
Commit message (Expand)AuthorAgeFilesLines
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-10/+9
* Removed declarations of __all__ when not needed by export.Patrick Lehmann2022-12-251-2/+0
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
* black: rerun, to pick pyproject settingsumarcor2021-08-231-3/+1
* FIX pass the length to probably unterminated string extractionumarcor2021-08-231-3/+7
* Trying to provide a binding for str_table.Patrick Lehmann2021-08-231-2/+2
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-2/+2
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-29/+70
* 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
* 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
* Black found more files - strange.Patrick Lehmann2021-06-171-4/+5
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-0/+55