https://github.com/skacekamen/sqflint
Provides basic syntax error checking for SQF language.
https://github.com/skacekamen/sqflint
sqf sqf-language
Last synced: about 2 months ago
JSON representation
Provides basic syntax error checking for SQF language.
- Host: GitHub
- URL: https://github.com/skacekamen/sqflint
- Owner: SkaceKamen
- License: mit
- Created: 2016-09-18T22:08:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T19:40:04.000Z (about 2 years ago)
- Last Synced: 2025-04-13T05:11:02.942Z (about 2 months ago)
- Topics: sqf, sqf-language
- Language: Java
- Size: 1020 KB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqflint
Provides basic syntax error checking for SQF language.## Requirements
* JRE 1.8## Development requirements
* JDK 1.8
* javacc 6.0
- javacc is used to build parser
- build process expects `javacc.bat` file in PATH, which executes javacc* java-json library
* commons-cli library## extract commandlist
* run in debug console: `supportInfo '' joinString endl`
* copy the output and paste it into commands.txt
* remove the leading and trailing quotemarks