Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Main project for CPSC-323, Compilers & Programming Languages.

Notifications You must be signed in to change notification settings

CristopherH95/CPSC-323-Project

Repository files navigation

CPSC-323-Project

Part 1: Lexical Analyzer

-A lexical analyzer for the fictional language RAT18S

Part 2: Syntax Analyzer

-A parser for RAT18S

Part 3: Semantics

-Semantic analysis

-Assembly code generation for target stack machine

-Simplified RAT18S rules

Linux

Compile:

make

Clean:

make clean

Windows (requires mingw32)

Compile:

mingw32-make

Clean:

mingw32-make clean

About

Main project for CPSC-323, Compilers & Programming Languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published