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:
- An editor for EBNF grammars, used by Lark – parsing library for Python☆12Updated 6 years ago
- A cute little Bash library for blazing fast argument parsing☆10Updated 3 years ago
- Yet another VM language☆16Updated 6 years ago
- Simple Template Engine for Python☆18Updated 2 years ago
- Multi-paradigm programming language compiled to C++, written in Python.☆58Updated 2 years ago
- Python CLI for managing secrets and eliminating default passwords in FOSS☆16Updated 2 months ago
- A simple, extensible and efficient programming language based on C and Python☆32Updated 3 years ago
- 🔨🐍 Make-like build utility for Python projects with extensive DSL features☆20Updated 3 years ago
- Jupyter notebooks of Python Cheat Sheet by Eric Matthes☆12Updated last year
- An eXample Programming Language☆11Updated 6 years ago
- HTML widgets for tkinter☆36Updated last year
- A compiled Python-like multi-paradigm programming language.☆10Updated 6 years ago
- A language made for a blog post, but that's also named after me☆31Updated 3 years ago
- Zen is a general purpose programming language designed to build simple, reliable and efficient programs.☆32Updated 5 years ago
- Little Python to C++ compiler☆97Updated 2 years ago
- A Monkey language interpreter, written in Python.☆10Updated 2 months ago
- Examples on how to construct compilers using lex, yacc and Pyhon Lex-Yacc☆16Updated 8 years ago
- Máni ... an awesome, super simple programming language!☆29Updated 2 years ago
- Python to JavaScript compiler☆275Updated 5 months ago
- Experimental Programming Language Coded in Python!☆77Updated 5 years ago
- Simpler alternative to tkinter.☆31Updated 5 years ago
- Compares Python's text parsing libraries☆25Updated 3 years ago
- A python library to display images in the terminal☆65Updated 3 years ago
- Go + Generics + Sum Types☆35Updated 2 years ago
- A V compiler and interpreter☆28Updated 6 years ago
- A small C compiler written in Python for learning purposes☆41Updated 7 years ago
- Bare essentials for building abstract syntax trees, and skeleton classes for PLY lexers and parsers.☆17Updated 6 months ago
- libc written in V☆21Updated 4 years ago
- 🎏 Experimental human-friendly data serialization language☆24Updated 3 years ago
- Pie language, interpreted, easy to learn, and has a similar C++ syntax.☆22Updated 3 years ago