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
- Yet another VM language☆16Updated 6 years ago
- An eXample Programming Language☆11Updated 6 years ago
- Simple Template Engine for Python☆17Updated 2 years ago
- An Earley-Algorithm Context-free grammar Parser Toolkit☆49Updated 10 months ago
- Pascal simplified compiler written in python without external dependencies☆14Updated 7 years ago
- 🔨🐍 Make-like build utility for Python projects with extensive DSL features☆21Updated 3 years ago
- 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
- A small C compiler written in Python for learning purposes☆41Updated 7 years ago
- A dynamic object oriented programming language with a focus on simplicity☆29Updated 5 years ago
- A python library to display images in the terminal☆65Updated 3 years ago
- Code used on "Writing your own programming language and compiler with Python" post☆238Updated 5 years ago
- Bare essentials for building abstract syntax trees, and skeleton classes for PLY lexers and parsers.☆17Updated 4 months ago
- A software package containing solutions to simple (and possibly recurrent) "how to" problems in tkinter.☆18Updated 9 months ago
- Simpler alternative to tkinter.☆31Updated 5 years ago
- Trying to implement python functions in C so it's easier to read.☆16Updated 2 years ago
- Multi-paradigm programming language compiled to C++, written in Python.☆58Updated 2 years ago
- Examples on how to construct compilers using lex, yacc and Pyhon Lex-Yacc☆16Updated 8 years ago
- Kernel for the LuaOS operating system☆41Updated last year
- LALR parser generator targetting C, C++, Python, JavaScript, JSON and XML☆65Updated 6 months ago
- NASM 64bit Short Note and sample files☆31Updated 3 years ago
- Little Python to C++ compiler☆96Updated 2 years ago
- an operating system in Python☆248Updated 11 years ago
- Experimental JIT/AOT for Python☆15Updated 4 years ago
- Implementation of Gosper's hashlife algorithm☆40Updated 11 months ago
- A toy programming language, syntax based on C.☆11Updated 5 years ago
- ☆85Updated 3 weeks ago
- A simple, extensible and efficient programming language based on C and Python☆32Updated 3 years ago
- Jupyter notebooks of Python Cheat Sheet by Eric Matthes☆12Updated last year
- A Monkey Language interpreter, written in Python.☆10Updated 4 years ago