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

CristopherH95/CPSC-323-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors