Name | spinasm-lsp JSON |
Version |
0.1.2
JSON |
| download |
home_page | None |
Summary | A Language Server Protocol implementation for SPINAsm |
upload_time | 2024-08-21 05:39:56 |
maintainer | None |
docs_url | None |
author | Aaron Zuspan |
requires_python | >=3.8 |
license | MIT License
Copyright (c) 2024 Aaron Zuspan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. |
keywords |
lsp
spinasm
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# SPINAsm LSP Server
[![Build status](https://github.com/aazuspan/spinasm-lsp/actions/workflows/ci.yaml/badge.svg)](https://github.com/aazuspan/spinasm-lsp/actions/workflows/ci.yaml)
[![PyPI version](https://img.shields.io/pypi/v/spinasm-lsp)](https://pypi.python.org/pypi/spinasm-lsp)
[![Python versions](https://img.shields.io/pypi/pyversions/spinasm-lsp.svg)](https://pypi.python.org/pypi/spinasm-lsp)
A Language Server Protocol (LSP) server to provide language support for the [SPINAsm assembly language](http://www.spinsemi.com/Products/datasheets/spn1001-dev/SPINAsmUserManual.pdf). The LSP is built on an extended version of the [asfv1](https://github.com/ndf-zz/asfv1) parser.
## Features
- **Diagnostics**: Reports the location of syntax errors and warnings.
- **Signature help**: Shows parameter hints as instructions are entered.
- **Hover**: Shows documentation and assigned values on hover.
- **Completion**: Provides suggestions for opcodes, labels, and variables.
- **Renaming**: Renames matching labels or variables.
- **Go to definition**: Jumps to the definition of a label, memory address, or variable.
- **Semantic highlighting**: Color codes variables, constants, instructions, etc. based on program semantics.
------
*This project is unaffiliated with Spin Semiconductor. Included documentation is Copyright © 2018 Spin Semiconductor.*
Raw data
{
"_id": null,
"home_page": null,
"name": "spinasm-lsp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "lsp, spinasm",
"author": "Aaron Zuspan",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/29/31/6e259af155d54646bd9b4cdc046c596863f47ffe8cc362dfb9b716d53525/spinasm_lsp-0.1.2.tar.gz",
"platform": null,
"description": "# SPINAsm LSP Server\n\n[![Build status](https://github.com/aazuspan/spinasm-lsp/actions/workflows/ci.yaml/badge.svg)](https://github.com/aazuspan/spinasm-lsp/actions/workflows/ci.yaml)\n[![PyPI version](https://img.shields.io/pypi/v/spinasm-lsp)](https://pypi.python.org/pypi/spinasm-lsp)\n[![Python versions](https://img.shields.io/pypi/pyversions/spinasm-lsp.svg)](https://pypi.python.org/pypi/spinasm-lsp)\n\nA Language Server Protocol (LSP) server to provide language support for the [SPINAsm assembly language](http://www.spinsemi.com/Products/datasheets/spn1001-dev/SPINAsmUserManual.pdf). The LSP is built on an extended version of the [asfv1](https://github.com/ndf-zz/asfv1) parser.\n\n## Features\n\n- **Diagnostics**: Reports the location of syntax errors and warnings.\n- **Signature help**: Shows parameter hints as instructions are entered.\n- **Hover**: Shows documentation and assigned values on hover.\n- **Completion**: Provides suggestions for opcodes, labels, and variables.\n- **Renaming**: Renames matching labels or variables.\n- **Go to definition**: Jumps to the definition of a label, memory address, or variable.\n- **Semantic highlighting**: Color codes variables, constants, instructions, etc. based on program semantics.\n\n------\n\n*This project is unaffiliated with Spin Semiconductor. Included documentation is Copyright \u00a9 2018 Spin Semiconductor.*\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2024 Aaron Zuspan\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.",
"summary": "A Language Server Protocol implementation for SPINAsm",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/aazuspan/spinasm-lsp"
},
"split_keywords": [
"lsp",
" spinasm"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "86f102830bce87c5148b9f5f61d290b09aa6c235b75751750b18233d965e9bc5",
"md5": "b20fce60f0f7e238e8817b191f011340",
"sha256": "a0b6d0ac7d2080f89aa659c72413dfd7cba5909b9bb37a6a3767ca83b746dfb4"
},
"downloads": -1,
"filename": "spinasm_lsp-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b20fce60f0f7e238e8817b191f011340",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 25987,
"upload_time": "2024-08-21T05:39:57",
"upload_time_iso_8601": "2024-08-21T05:39:57.647875Z",
"url": "https://files.pythonhosted.org/packages/86/f1/02830bce87c5148b9f5f61d290b09aa6c235b75751750b18233d965e9bc5/spinasm_lsp-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "29316e259af155d54646bd9b4cdc046c596863f47ffe8cc362dfb9b716d53525",
"md5": "45da10097d422c8cf11634a9812b61a5",
"sha256": "77584d7ee61205ae38aecffb838baf4dcfa7d45350755187e1e0b3faecd59629"
},
"downloads": -1,
"filename": "spinasm_lsp-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "45da10097d422c8cf11634a9812b61a5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 22066,
"upload_time": "2024-08-21T05:39:56",
"upload_time_iso_8601": "2024-08-21T05:39:56.443231Z",
"url": "https://files.pythonhosted.org/packages/29/31/6e259af155d54646bd9b4cdc046c596863f47ffe8cc362dfb9b716d53525/spinasm_lsp-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-21 05:39:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aazuspan",
"github_project": "spinasm-lsp",
"github_not_found": true,
"lcname": "spinasm-lsp"
}