Scalable library for parsing and tokenizing source code
npm install syntex[![npm][npm]][npm-url]
[![license][license]][license-url]
[![downloads][downloads]][npm-url]
Syntex is a scalable javascript library for parsing and tokenizing source code.
From NPM:
``bash`
npm install --save syntex
From GitHub:
`bash``
cd path/to/node_modules
git clone https://github.com/SergiiSharpov/syntex.git
[npm]: https://img.shields.io/npm/v/syntex.svg
[npm-url]: https://npmjs.com/package/syntex
[node]: https://img.shields.io/node/v/syntex.svg
[node-url]: https://nodejs.org
[license]: https://img.shields.io/npm/l/syntex.svg
[license-url]: https://github.com/SergiiSharpov/syntex/blob/master/LICENSE
[downloads]: https://img.shields.io/npm/dt/syntex.svg