GitXplorerGitXplorer
c

syntaxerrors

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1c7ecc8fd0d05253d5c55dee39802cfb86fb69f7

more fixes

ccfbolz committed 7 years ago
Unverified
3479c5bc344089f08e9d5f084fa544c220379303

Merge branch 'pypy-import'

ccfbolz committed 7 years ago
Unverified
59892a0ea8c036e397a1f0f454bcb3880187fba7

updated PyPy files to e85e93d7927e

ccfbolz committed 7 years ago
Unverified
62e17b17ce69b469f3909ead7e091f1202662a99

fixes

ccfbolz committed 7 years ago
Unverified
8bee208e535e0fd34ada39c8a6cd6ebfa08dbeee

Merge branch 'pypy-import'

ccfbolz committed 7 years ago
Unverified
9a90a9f4a908704f34be26ca10df50b29b0887f3

updated PyPy files to e85e93d7927e

ccfbolz committed 7 years ago

README

The README file for this repository.

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).