Go to file
Bananymous 9238eae5ee Implement simple assembly transpiler for phase 4
The code produced is not optimized at all. This fills all other
aspects of phase4 except for date attribute access.
2024-04-28 01:37:24 +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 Implement simple assembly transpiler for phase 4 2024-04-28 01:37:24 +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!)