From c55ae94fa6cf8391dccabffe9c8712712488abde Mon Sep 17 00:00:00 2001 From: Humenius Date: Fri, 29 May 2020 15:12:58 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf4484b..339fddc 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -Java +# Compiler Construction +Repository includes several Java projects that were provided during CC lectures. +They are imported as **modules in IntelliJ**. + +## Commit syntax +Basically each commit follows the syntax `[## - TOPIC] message` where +- `##`: Number (index) of associated slides +- `TOPIC`: Short and distinct description of topic related to `##` +- `message`: Actual commit message \ No newline at end of file