https://github.com/mcmartins/gap-lint
GAP-Lint is a linter tool to detect errors and problems in GAP code
https://github.com/mcmartins/gap-lint
antlr4-grammar gap
Last synced: about 1 month ago
JSON representation
GAP-Lint is a linter tool to detect errors and problems in GAP code
- Host: GitHub
- URL: https://github.com/mcmartins/gap-lint
- Owner: mcmartins
- License: gpl-2.0
- Created: 2016-06-23T08:06:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T07:18:44.000Z (about 1 year ago)
- Last Synced: 2025-03-23T06:11:18.133Z (7 months ago)
- Topics: antlr4-grammar, gap
- Language: JavaScript
- Homepage:
- Size: 247 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gap Lint Tool
GAP-Lint is a linter tool to detect errors and problems in GAP code. The grammar is defined in BNF and uses ANTLR4 to
generate parsers.# Try Me
* [GAP Lint on Codemirror](https://mcmartins.github.io/gap-codemirror)
* Install [Brackets](http://brackets.io/) and install the extension from the [registry](https://registry.brackets.io/)
# License
GNU General Public License v2.0