Go to file
Bananymous 1e8bdf6cd2 Optimize addition/subtraction of immediate 1 and zeroring registers 2024-04-29 21:34:44 +03:00
01_lexer Add README.md for phase 1 2024-02-14 02:41:33 +02:00
02_syntax Make comments greedy 2024-03-15 08:35:17 +02:00
03_syntax_tree Add phase 3 text document 2024-04-13 23:26:13 +03:00
04_semantics_and_running Optimize addition/subtraction of immediate 1 and zeroring registers 2024-04-29 21:34:44 +03:00
.gitignore spring 2024 git template 2023-12-18 07:45:29 +02:00
README.md spring 2024 git template 2023-12-18 07:45:29 +02:00

README.md

COMP.CS.400 Principles of Programming Languages

This GIT repository is for the development of the course project. Each of the submission phases have their own folder. Please put all the neccessary code for each submission inside the folder specified (i.e. each folder should be a standalone application - even if that means copying files from one folder to another!)