aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/document.py
Commit message (Collapse)AuthorAgeFilesLines
* Using a decorator to bind libghdl to Python.Patrick Lehmann2021-06-171-1/+1
|
* pyGHDL: update formatting to black 21.4Xiretza2021-04-261-1/+1
|
* Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵Patrick Lehmann2021-01-101-2/+2
| | | | utf-8 encoding/decoding.
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+226
* Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'.