cfbolz / syntaxerrors

A pure Python module to produce better SyntaxErrors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playing around with a Python parser that can recover from errors.

Algorithm from "Repairing syntax errors in LR parsers", Antonio Ruiz-Cortés & Miguel Toro

LICENSE
========

all code is under MIT License, copied and changed from PyPy (see there, for
license, copyright and contributors).

About

A pure Python module to produce better SyntaxErrors

License:Other


Languages

Language:Python 96.0%Language:Roff 4.0%