An open API service indexing awesome lists of open source software.

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.

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