aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/cli/DOM.py
Commit message (Collapse)AuthorAgeFilesLines
* Improved error handling.Patrick Lehmann2021-06-221-0/+6
|
* Prepared for DeferredConstant.Patrick Lehmann2021-06-221-5/+7
|
* pyGHDL/cli/DOM: handle multiple exception typesumarcor2021-06-221-9/+26
|
* pyGHDL: add ghdl-dom entrypointumarcor2021-06-221-2/+2
|
* Fixed issues reported by Codacy.Patrick Lehmann2021-06-221-1/+0
|
* Implemented handling of generic parameters to subprograms.Patrick Lehmann2021-06-221-3/+7
|
* Prepared handling of functions, types, subtypes and aliases.Patrick Lehmann2021-06-221-4/+4
|
* New testing file.Patrick Lehmann2021-06-221-1/+1
|
* Improvements to pyGHDL.dom.Patrick Lehmann2021-06-191-5/+5
|
* pyGHDL/cli/DOM: if an exception arises return non zero exit code and do not ↵umarcor2021-06-191-5/+8
| | | | pretty print
* pyGHDL/cli: make DOM.py executableumarcor2021-06-181-0/+0
|
* pyGHDL/cli/DOM: support passing target files as CLI argumentsumarcor2021-06-181-7/+19
|
* Added a simple frontend for testing.Patrick Lehmann2021-06-171-0/+48