Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python backend #485

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Python backend #485

wants to merge 5 commits into from

Conversation

AiStudent
Copy link

Python backend using Python Lex Yacc, PLY.

1 - Requires python3.10+ and ply.

2 - Getting started documentation added to docs/user_guide.rst.

3 - I'll not pledge to be an active maintainer for 3 years, but who really knows.

4 - Questions (especially tricky or critical) are welcome.

Testsuite results:
The example grammars work.
The regression tests yield:

  • Failures:
    • Parameterized tests:Python:Python:100_coercion_lists
    • Parameterized tests:Python:Python:249_unicode
    • Parameterized tests:Python:Python:70_WhiteSpaceSeparator
    • Parameterized tests:Python:Python:235_SymbolsOverlapTokens
  • Errors:
    • Parameterized tests:Python:Python:289_LexerKeywords
    • Parameterized tests:Python:Python:222_IntegerList
    • Parameterized tests:Python:Python:256_Regex
    • Parameterized tests:Python:Python:278_Keywords
    • Parameterized tests:Python:Python:358_MixFixLists
    • Parameterized tests:Python:Python:266_define

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant