Commit Graph

71 Commits

Author SHA1 Message Date
Alex Hirsch
bfc8cefdd5 Lab: Remove unnecessary call target 2021-05-14 02:30:13 +02:00
Alex Hirsch
e5bfabc3fc Lab: Add CFG example 2021-05-14 02:28:43 +02:00
Alex Hirsch
7be668134d Lab: Add basic TAC example 2021-05-06 23:46:18 +02:00
Alex Hirsch
9d2386b339 Add symbol table lab notes 2021-04-16 13:07:35 +02:00
Alex Hirsch
26c6f72662 Spec: Clarify mc_cfg_to_dot output 2021-04-15 13:52:05 +02:00
Alex Hirsch
577cef1b0f Escape pipe in Markdown table 2021-04-13 15:28:21 +02:00
Alex Hirsch
f2e9c9afe1 Enumerate operator type support 2021-04-13 15:24:42 +02:00
Alex Hirsch
054e7fe844 README: Clarification and rewording 2021-03-05 11:31:18 +01:00
Alex Hirsch
8cf5a38690 Update README 2021-02-28 17:32:00 +01:00
Alex Hirsch
1483bf9f5d Note that tags need to be pushed 2021-02-23 15:41:36 +01:00
Alex Hirsch
02e695959f Submission via GitLab 2021-02-23 14:59:54 +01:00
Alex Hirsch
9d1e140c01 Spec: Single precision floating point arithmetic is sufficient 2021-02-05 00:50:00 +01:00
Alex Hirsch
666a1860a7 Update course information for next semester 2021-02-04 13:21:11 +01:00
Alex Hirsch
21a5b2cd61 Update spec 2021-01-27 16:48:54 +01:00
Alex Hirsch
18c724071d Clarify array type checking, no out-of-bounds analysis 2020-04-28 18:13:56 +02:00
Alex Hirsch
e21a7c323b Clarify that no dead code analysis is needed 2020-04-28 18:09:26 +02:00
Alex Hirsch
03021e01cc Fix course number in mail link 2020-03-28 18:49:01 +01:00
Alex Hirsch
328e73e903 Spec: Semantic checking may stop on first error 2020-03-20 13:38:02 +01:00
Alex Hirsch
415baac968 Adjust information for corona situation 2020-03-16 14:57:07 +01:00
Alex Hirsch
4c1f93bf47 Cancel first PS 2020-02-29 12:45:02 +01:00
Alex Hirsch
c13596c24c Add transcript to intro slides 2020-02-29 12:43:22 +01:00
Alex Hirsch
a478dc051b Remove draft status 2020-02-27 15:48:20 +01:00
Alex Hirsch
8c4f058669 Update intro slides 2020-02-27 15:40:25 +01:00
Alex Hirsch
09f2f06750 Update for 2020 2020-02-27 15:40:25 +01:00
Alex Hirsch
7eee3ca736 Add operator_precedence example 2020-02-13 23:25:38 +01:00
Alex Hirsch
8eaf560d0c Add pass_array example 2020-02-13 22:42:18 +01:00
Alex Hirsch
de49abc455 Add dangling_else example 2020-02-13 22:42:18 +01:00
Alex Hirsch
16d8beaab0 Add shadowing example 2020-02-13 22:42:18 +01:00
Alex Hirsch
45c3d5a126 Add fib example 2020-02-13 22:42:18 +01:00
Alex Hirsch
016929a4c0 Merge branches 'csav9862/703602-Compiler-Construction-patch-1' and 'csav9862/703602-Compiler-Construction-patch-2' 2019-07-03 12:39:24 +02:00
Tobias Wolfgang Kupek
e8afd1a516 Update is_square.stdout.txt 2019-07-03 10:32:57 +02:00
Tobias Wolfgang Kupek
8e685768cf fix is_square.mc 2019-07-01 18:39:48 +02:00
Alexander Hirsch
0e6e92f612 Merge branch 'patch-1' into 'master'
fixed wrong array size

See merge request c7031162/703602-Compiler-Construction!1
2019-06-28 15:23:42 +02:00
Robert Schaffenrath
34237b0f53 fixed wrong array size 2019-06-28 13:13:49 +02:00
Alex Hirsch
0d1e01abe1 Fix void main 2019-06-17 09:58:36 +02:00
Alex Hirsch
390a738f8e Fix call-by-value section 2019-06-17 08:50:28 +02:00
Alex Hirsch
3cc1d691da Clarify that namespaces should be utilised in C++ 2019-06-07 15:26:11 +02:00
Alex Hirsch
2d2fc889ca Spec: Clarify repository root 2019-05-28 12:53:31 +02:00
Alex Hirsch
59f068b72b Fix missing print_nl 2019-05-21 20:37:48 +02:00
Markus Kopp
4be96d35a5 Fix float / int literals in example inputs 2019-05-19 10:44:26 +02:00
Alex Hirsch
1ccb2a6f5d Add missing return statements to example inputs 2019-05-08 01:10:37 +02:00
Alex Hirsch
4d5eb79243 Spec: Default log output should be stderr 2019-04-19 15:29:05 +02:00
Alex Hirsch
4d1c986605 Spec: Clarify that system librarys can be used 2019-04-19 14:41:13 +02:00
Markus Kopp
88e52e7828 Fix errors in mC example inputs (thanks Markus) 2019-04-01 18:01:27 +02:00
Alex Hirsch
14da3497ed Add student example inputs 2019-03-18 13:57:09 +01:00
Alex Hirsch
480716b4a9 README: Add links to deadline topics 2019-03-10 17:29:19 +01:00
Alex Hirsch
b0f6738e6f Fix typo + rewording 2019-03-09 22:54:16 +01:00
Alex Hirsch
12a8c2cec3 Live 2019-03-06 15:55:56 +01:00
Alex Hirsch
b2eb7c976f Add intro slides 2019-03-06 15:55:44 +01:00
Alex Hirsch
8dec8186bd Use mandelbrot as must-have integration test 2019-03-03 12:06:56 +01:00