A library for parsing LaTeX
This module implements a LaTeX parser.
$ make
This command will run ESLint linter and Jest tests.
$ make test
This command will run ESLint linter and Jest tests.
$ npm i './parselatex' # where ./parselatex refers to the working parselatex directory
where ./parselatex
refers to the directory that contains this repo.
import {Parser} from '@artcompiler/parselatex'
const node = Parser.parse('1 + 2');