This project includes parser and lexer tools for the Stalker 2 .cfg file format.
- VSCode Language Extension
- s2cfg.tmLanguage.json - TextMate syntax definition file (JSON)
- s2cfg.tmLanguage - TextMate syntax definition file (XML) - For use with Visual Studio
- Stalker2Cfg.g4 - ANTLR4 Grammar Definition file
- Getting Started With ANTLR4 in VSCode and C#
- ANTLR Lab - realtime testing of ANTLR4 grammars
- ANTLR Grammars - for examples on how to write the parser/lexer