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 9 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:
- The Volant Programming Language.☆17Updated 4 years ago
- An editor for EBNF grammars, used by Lark – parsing library for Python☆12Updated 6 years ago
- 🎏 Experimental human-friendly data serialization language☆22Updated 3 years ago
- Pie language, interpreted, easy to learn, and has a similar C++ syntax.☆22Updated 3 years ago
- A cute little Bash library for blazing fast argument parsing☆10Updated 2 years ago
- Yet another VM language☆17Updated 5 years ago
- Go + Generics + Sum Types☆35Updated last year
- Experimental JIT/AOT for Python☆15Updated 3 years ago
- a reasonably fast syntax highlighter☆13Updated 4 years ago
- ☆12Updated 4 years ago
- A simple example of calling JavaScript functions from C to draw on the canvas.☆9Updated 4 years ago
- An eXample Programming Language☆11Updated 6 years ago
- A C++/Python like multi-paradigm statically typed programming language. (ABANDONED)☆20Updated 2 years ago
- Java branch of DeveloPizza☆10Updated 2 years ago
- Strongly typed compiled general purpose programming language that generates C++☆11Updated last year
- A simple OS☆12Updated 2 years ago
- A Lua interpreter written in python.☆13Updated 5 years ago
- 🔨🐍 Make-like build utility for Python projects with extensive DSL features☆20Updated 3 years ago
- 🧉🌿 A delightful tiny framework for building reliable text-based applications☆19Updated 2 years ago
- IDE for Rickroll lang https://github.com/Rick-Lang/rickroll-lang☆17Updated last year
- All the submissions for our annual Game Jam event for 2020☆13Updated 5 years ago
- Trying to implement python functions in C so it's easier to read.☆16Updated 2 years ago
- Pascal simplified compiler written in python without external dependencies☆14Updated 7 years ago
- Palladium is a software that helps doctors to detect lung disease☆18Updated 3 years ago
- Kernel for the LuaOS operating system☆40Updated 8 months ago
- Small C interpreter written in Python from scratch. Project was written as a part of course Compiler Construction at The Faculty Of Compu…☆51Updated 6 years ago
- C implementation of nqq (modified implementation of clox)☆11Updated 4 years ago
- Atom support for Unix manual pages (Groff/Troff) and the historical RUNOFF language.☆17Updated 9 months ago
- An object-oriented programming language☆26Updated 4 years ago
- A bytecode interpreted language☆64Updated 2 weeks ago