@tigerpython/lezer-tigerpython
v1.0.0
Published
Lezer grammar for TigerPython, the beginner-friendly Python dialect used by TigerJython/WebTigerPython. Forked from @lezer/python.
Downloads
354
Maintainers
Readme
@tigerpython/lezer-tigerpython
This is a Lezer grammar for TigerPython, the
beginner-friendly Python dialect used by
TigerJython/WebTigerPython. It is forked from
@lezer/python.
Used together with @tigerpython/codemirror-lang-tigerpython,
which provides CodeMirror language support (highlighting, indentation,
completion) built on top of this grammar. Most consumers should install
that package instead of this one directly.
Usage
If you need the bare parser without CodeMirror integration, install and import this package under its scoped name:
npm install @tigerpython/lezer-tigerpythonimport {parser} from "@tigerpython/lezer-tigerpython"The code is licensed under an MIT license.
