A Java parser written in Python using PLY.
-
Updated
May 1, 2014 - Python
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees.
A Java parser written in Python using PLY.
Protocol Buffers lexer & parser for PLY
Python interpreter written in Python. Uses ANTLR4. 🐍
Untyped Lambda Calculus Interpreter implemented with ANTLR4
🐺 wolf is a simple compiler for my simple programming language named wolf.
Trabalho 1 da disciplina de Construção de Compiladores 2 da Universidade Federal de São Carlos, semestre 2016/2. Implementação de um compilador para a linguagem LA.
This is a parser that I created using ANTLR. This parses the translation unit file generated by GCC when using the -fdump-translation-unit flag.
Trabalho 3 da disciplina Construção de Compiladores 2 ministrada no semestre 2016/2 na UFSCar.
Created by Terence Parr
Released February 1992