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

Latest commit

 

History

History
41 lines (27 loc) · 460 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 460 Bytes

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