cpp-node-analyzer
v1.2.2
Published
Package to analyze c++ code.
Downloads
25
Readme
Package to analyze c++ code.
This package was developed as a University final degree project, and it was develop for Jutge.org
Use this project anywhere you want but we warned that it was debugged for Jutge.org problems so you may encounter bugs.
Feel free to submit a PR with any fix you encounter
Instalation:
$ npm i cpp-node-analyzer
$ yarn add cpp-node-analyzer
Usage
import Analyzer from 'cpp-node-analyzer';
const cppNodeAnalyzer = new Analyzer();
const code = YOUR_CPP_CODE_STRING;
const result = cppNodeAnalyzer.analyze(code);