youssef-kishk / Simple-Pascal-Language-Compiler

A basic compiler for pascal programming language that converts a pascal code to an assembly code can be converted later to op code. This compiler passes through different compilation process phases starting by lexical analyzer, parsing and finally to assembly code generation for a SIC machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A basic compiler for pascal programming language that converts a pascal code to an assembly code can be converted later to op code. This compiler passes through different compilation process phases starting by lexical analyzer, parsing and finally to assembly code generation for a SIC machine


Languages

Language:Java 98.8%Language:Pascal 1.2%