From 8637d12c8d9375314b46da1aab614a35f3f9ec75 Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Thu, 3 Sep 2020 13:12:13 +0200 Subject: [PATCH] discord link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ac70683..8adad0f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ The repo will be updated througout the course and includes a draft outline of the course and hints towards reaching the learning goals. +# https://discord.gg/JtcjBfG + ## Course Aim Fundamental theories about computation and different models of computation. Construction of compilers. Lexical analysis, syntax analysis, and translation into abstract syntax.Regular expressions and grammars, context-free languages and grammars, lexer and parser generators. Identifier handling and symbol table organization. Type-checking, logical inference systems. Intermediate representations and transformations for different languages. Code optimization and register allocation. Machine code generation for common architectures. -- GitLab