YuhanLiin / Lexer-and-Parser-PythonLinks
A complete parser generator which tokenizes the input string before creating a abstract syntax tree by processing the tokens with a context-free grammar. The tokens are defined using the regex library and the actual parser an implementation of Earley's parsing algorithm. This personal project was created after I had finished the Programming Lang…
☆12Updated 10 years ago
Alternatives and similar repositories for Lexer-and-Parser-Python
Users that are interested in Lexer-and-Parser-Python are comparing it to the libraries listed below
Sorting:
- Compares Python's text parsing libraries☆26Updated 4 years ago
- An eXample Programming Language☆11Updated 7 years ago
- HTML widgets for tkinter☆37Updated last year
- 🔨🐍 Make-like build utility for Python projects with extensive DSL features☆20Updated 3 years ago
- Transpiles a superset of python to allow easy inline imports☆21Updated last year
- Yet another VM language☆16Updated 6 years ago
- Python CLI for managing secrets and eliminating default passwords in FOSS☆16Updated 4 months ago
- An Earley-Algorithm Context-free grammar Parser Toolkit☆49Updated last year
- Jupyter notebooks of Python Cheat Sheet by Eric Matthes☆12Updated last year
- 🧉🌿 A delightful tiny framework for building reliable text-based applications☆19Updated 2 years ago
- A Python library for evaluating natural language mathematical equations☆52Updated 2 months ago
- Examples on how to construct compilers using lex, yacc and Pyhon Lex-Yacc☆16Updated 8 years ago
- ☆19Updated 5 years ago
- Stickynotes for your desktop easily from the command line!☆37Updated 6 years ago
- ANTLR 4 examples in Python☆39Updated 9 years ago
- Little Python to C++ compiler☆97Updated 2 years ago
- Atom support for Unix manual pages (Groff/Troff) and the historical RUNOFF language.☆17Updated last year
- A dynamic object oriented programming language with a focus on simplicity☆30Updated 5 years ago
- Pie language, interpreted, easy to learn, and has a similar C++ syntax.☆22Updated 4 years ago
- A Python library that lets you write less code to do more things.☆12Updated 7 years ago
- Bare essentials for building abstract syntax trees, and skeleton classes for PLY lexers and parsers.☆18Updated 8 months ago
- an operating system in Python☆250Updated 11 years ago
- A small Python package to hide or show the terminal cursor.☆39Updated 3 years ago
- Terminal emulator in pyqt, https://pythonbasics.org/pyqt/☆54Updated 6 years ago
- A python library to display images in the terminal☆64Updated 3 years ago
- Kernel for the LuaOS operating system☆42Updated last year
- Máni ... an awesome, super simple programming language!☆29Updated 2 years ago
- HIPHOP (Handy Image Processing for Highly Over-caffeinated Programmers), a domain specific language for image processing.☆14Updated 4 years ago
- GNU M4. Mirror of git://git.savannah.gnu.org/m4.git☆27Updated this week
- Small C interpreter written in Python from scratch. Project was written as a part of course Compiler Construction at The Faculty Of Compu…☆52Updated 7 years ago