aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/_Translate.py
Commit message (Expand)AuthorAgeFilesLines
...
* First primitive handling of selected names.Patrick Lehmann2021-06-231-2/+9
* Removed duplicate function.Patrick Lehmann2021-06-231-46/+9
* Handle access types.Patrick Lehmann2021-06-231-8/+21
* Added handling of enumeration, array and record types.Patrick Lehmann2021-06-231-18/+39
* Extract record type elements.Patrick Lehmann2021-06-231-2/+16
* Better type handling.Patrick Lehmann2021-06-231-4/+31
* Changed translate functions retuning lists to generators.Patrick Lehmann2021-06-231-35/+32
* Handle shared variables.Patrick Lehmann2021-06-221-0/+8
* Fixed issues reported by Codacy.Patrick Lehmann2021-06-221-6/+8
* Implemented handling of generic parameters to subprograms.Patrick Lehmann2021-06-221-0/+32
* Print position where exception happened.Patrick Lehmann2021-06-221-29/+54
* Fixed function call parameters.Patrick Lehmann2021-06-221-1/+12
* Handle Physical...LiteralsPatrick Lehmann2021-06-221-0/+6
* Handle component declarations.Patrick Lehmann2021-06-221-1/+5
* Prepared handling of functions, types, subtypes and aliases.Patrick Lehmann2021-06-221-6/+19
* Minimal handling of types and subtypes.Patrick Lehmann2021-06-221-12/+37
* Asked black for his opinion.Patrick Lehmann2021-06-221-6/+31
* Start handling function calls.Patrick Lehmann2021-06-221-3/+4
* Renamed 'NodeToName' to 'GetNameOfNode'.Patrick Lehmann2021-06-221-7/+7
* Handle more expressions (logical, compare, rem/mod).Patrick Lehmann2021-06-221-12/+38
* Added concatenation and string literal.Patrick Lehmann2021-06-221-12/+16
* Added handling of Parenthesis.Patrick Lehmann2021-06-191-0/+2
* Improvements to pyGHDL.dom.Patrick Lehmann2021-06-191-1/+3
* pyGHDL: run blackumarcor2021-06-191-1/+2
* First step towards aggregates.Patrick Lehmann2021-06-191-2/+2
* pyGHDL/dom: add some guards to avoid crash for optional fieldsTristan Gingold2021-06-181-0/+2
* Added missing file headers.Patrick Lehmann2021-06-181-2/+33
* Mode code more local.Patrick Lehmann2021-06-181-53/+22
* Black found more files - strange.Patrick Lehmann2021-06-171-19/+45
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-0/+208