jflex-cup
There are 36 repositories under jflex-cup topic.
georgesittas/minijava-compiler
MiniJava to LLVM IR compiler
Boazius/TAU-Compilation-Project
Fully functional Compiler for a made up programming language called "L", to MIPS assembly.
giorgosnikolaou/MiniJava-Compiler
MiniJava to LLVM IR compiler
berkinozturk/Turkish-Programming-Language
A Programming Language based on Turkish grammar and language structure.
aliahsan07/class-of-compilers
Notes from the Compiler Construction class at UTD
dayton-outar/smpl
SMPL is a small, but expressive math programming language.
Masioki/Compiler
Simple, custom, scripting language compiler
sou3mar/java-compiler
Implementation of custom Java-like compiler using Jflex and JavaCup.
brandonT2002/-OLC1-Proyecto1_202112030
Traductor de una versión corta del lenguaje C# a Python implementando el patrón de diseño interpreter
brandonT2002/MiniJ
IDE de un Interprete de un lenguaje o versión corta de Java.
bryan967132/PseudoParser
Intérprete de Pseudocódigo y traductor a código Go y Python
carlospgraciano/Compiladores_ProyectoGrupal
Analizador léxico como proyecto de Teoría de Compiladores
carlospgraciano/compiladores_sintactico
Analizador sintáctico que valida expresiones condicionales de tipo if statement
dev-aj001/RoboKit_IDE
Work in progress
Jony-07/ReposAYC-Project
Analizador Léxico y Sintáctico utilizando Java. By Jony-07 & Gissela25
JOSUERV99/c-mini-compiler
A mini compiler with lexical, syntactical and semantic analyzer to compile a C subset using JFlex & Cup to generate TASM code
LtVaios/Java-Translator
:speech_balloon: This is my implementation of a programm that translates peudocode into java code.
mar-kan/parser_and_scanner
A hand-written parser for a calculator in java and a scanner for a simple string manipulating language.
matthieuriolo/flang
Programming Language FLang - written in Java11
milan788/MicroJava-Compiler
Takes microjava source file and generates executable file with bytecode that can be executed on Microjava Virtual Machine developed at School of Electrical Engineering.
pastelHex/relation_script
jflex + cup
SMahdiFaghih/Compiler-Group
The project of The university course, Design of Compilers. This project is about designing a Compiler for Decaf language written in Java using jflex and javacup.
add-le/domotic-dsl
A DSL project for a domotic environment that create Java runtime code.
Carlosvhz/compiladores_proyecto
Proyecto de compiladores I
it21712/c_like_compiler
A C like compiler built with Java and JFlex on top of the JVM
jorgejoshuatt/Compiladores
Creación de un compilador en clase de Compiladores en la Facultad de Estudios Superiores Aragón.
markovicanja/MicroJava_compiler
Compiler for MicroJava programing language which performs lexical, syntax and semantic analysis and generates code that executes on MicroJava virtual machine, using Java cup parser generator and jFlex scanner.
mrgrassho/teoria1
Repo de Teoria 1
nxz7/OLC1_Proyecto1_202200007
(FS, 2024) Language: JAVA (lexical analysis, symbol table construction, syntax analysis.) Course: Organización de lenguajes y compiladores (Language Organization and Compilers )
prameshbhattarai/jflex-cup-grammar
Example of creating Domain Specific Language
viniciusrplima/mee-3
Math Expressions Evaluator III
viniciusrplima/mee-4
Math Expressions Evaluator IV