Static analysis tool for c/c++.
- Type
npm install
in terminal to install dependencies - Type
npm run cli-mode
in terminal to run analyzer
- Type
npm install
in terminal to install dependencies - Press
F5
in vs code to run debuging
Lexer and parser are generated by ANTLR4. Generate command: npm run antlr4ts
.
Generated files are located in grammar directory.