Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1 KB

README.md

File metadata and controls

26 lines (16 loc) · 1 KB

Teh Tarik Programming Language

This programming language is named after Teh Tarik, which is the national drink of Malaysia.

You may either install Rust on your personal computer or use the Rust compiler provided on the school server.

To use Rust on the UC Riverside School Server, you can do:

ssh your_net_id@cs152.cs.ucr.edu
chmod 777 cs152.sh
./cs152.sh

Table of Contents

Phase 0: Introduction to Rust

Phase 0: Language Specification

Phase 1: Building a Lexer

Phase 2: Building a Parser

Phase 3: Simple Code Generation

Phase 4: Complex Code Generation