lezer-tex
TypeScript icon, indicating that this package has built-in type declarations

0.0.0-9 • Public • Published

lezer-tex

This is a TeX grammar for the lezer parser system.

Since TeX is context-sensitive, we parse TeX according to a specific context. Specifically, we assume certain in-built macros are not redefined (such as \begin, \csname, \end, and many others). In doing so, the context is clear, so we can interpret the in-built macros as usual without worry.

This package should be used in conjuction with lang-tex.

The code is licensed under a GNU general public license.

Package Sidebar

Install

npm i lezer-tex

Weekly Downloads

14

Version

0.0.0-9

License

GPL-3.0-or-later

Unpacked Size

129 kB

Total Files

48

Last publish

Collaborators

  • junsheaf