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:
- An editor for EBNF grammars, used by Lark – parsing library for Python☆12Updated 6 years ago
- An eXample Programming Language☆11Updated 6 years ago
- Yet another VM language☆16Updated 6 years ago
- ☆48Updated 3 months ago
- libc written in V☆20Updated 4 years ago
- A V compiler and interpreter☆28Updated 5 years ago
- Experimental Programming Language Coded in Python!☆77Updated 5 years ago
- A dynamic object oriented programming language with a focus on simplicity☆29Updated 4 years ago
- Multi-paradigm programming language compiled to C++, written in Python.☆58Updated 2 years ago
- A simple, extensible and efficient programming language based on C and Python☆32Updated 3 years ago
- An Earley-Algorithm Context-free grammar Parser Toolkit☆49Updated 9 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
- The Big list of the github, open-source interpreters.☆73Updated 6 years ago
- Pie language, interpreted, easy to learn, and has a similar C++ syntax.☆22Updated 3 years ago
- A handbook for everyone who loves coding☆11Updated 6 years ago
- ASCII Robot Generator in V☆14Updated 4 years ago
- Compiler for a toy language in a couple hundred lines. Just messing around with ANTLR4 and LLVM really☆19Updated 8 years ago
- ANTLR 4 examples in Python☆39Updated 9 years ago
- HIPHOP (Handy Image Processing for Highly Over-caffeinated Programmers), a domain specific language for image processing.☆14Updated 4 years ago
- Trying to implement python functions in C so it's easier to read.☆16Updated 2 years ago
- 🎏 Experimental human-friendly data serialization language☆24Updated 3 years ago
- an operating system in Python☆248Updated 11 years ago
- Python implementation of Lox language☆12Updated 8 years ago
- Máni ... an awesome, super simple programming language!☆29Updated last year
- Examples on how to construct compilers using lex, yacc and Pyhon Lex-Yacc☆16Updated 8 years ago
- 🪞 Runtime reflection for V (vlang)☆29Updated 4 years ago
- Python Object Oriented Wrapper for raylib☆22Updated last year
- Compares Python's text parsing libraries☆25Updated 3 years ago
- A Python to V transpiler.☆67Updated 4 years ago
- Experimental LLVM backend for V developed by the community☆40Updated 5 years ago