Go to file
Bananymous 882607b13d Add LICENSE 2024-04-30 01:34:05 +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 Add some code examples that I used as test cases during implementation 2024-04-30 01:29:09 +03:00
.gitignore spring 2024 git template 2023-12-18 07:45:29 +02:00
LICENSE Add LICENSE 2024-04-30 01:34:05 +03: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!)