1.7.6 • Published 9 months ago
@artcompiler/parselatex v1.7.6
ParseLaTeX
A library for parsing LaTeX
DESCRIPTION
This module implements a LaTeX parser.
BUILDING
$ makeThis command will run ESLint linter and Jest tests.
TESTING
$ make testThis command will run ESLint linter and Jest tests.
INSTALLING
$ npm i './parselatex' # where ./parselatex refers to the working parselatex directorywhere ./parselatex refers to the directory that contains this repo.
CALLING
import {Parser} from '@artcompiler/parselatex'
const node = Parser.parse('1 + 2');