aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp
Commit message (Collapse)AuthorAgeFilesLines
* Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵Patrick Lehmann2021-01-103-7/+7
| | | | utf-8 encoding/decoding.
* Fixed references: Get_Is_Ref has only 1 parameter.Patrick Lehmann2021-01-071-1/+1
|
* Fixed workspace: A function is called, so must be 'Get_Date_State'.Patrick Lehmann2021-01-071-1/+1
|
* scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵umarcor2020-12-281-1/+1
| | | | accordingly
* pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py'umarcor2020-12-272-129/+23
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-2711-0/+1652
* 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'.