- 19 Nov, 2016 14 commits
-
-
Johannes Bechberger authored
-
Johannes Bechberger authored
-
Johannes Bechberger authored
-
Johannes Bechberger authored
Fixed two tests
-
Samuel Groß authored
-
Johannes Bechberger authored
-
Johannes Bechberger authored
more semantic tests
-
Benedikt Morbach authored
-
Benedikt Morbach authored
-
Johannes Bechberger authored
-
Johannes Bechberger authored
Added more tests to verify that every path has a return statement
-
Benedikt Morbach authored
-
Samuel Groß authored
-
Sebastian Graf authored
invalid comparison of disjunct types
-
- 18 Nov, 2016 20 commits
-
-
Azegor authored
-
Johannes Bechberger authored
-
Johannes Bechberger authored
Fixed matmul testcase
-
Johannes Bechberger authored
-
Samuel Groß authored
-
Johannes Bechberger authored
-
Johannes Bechberger authored
Bases on sources from the computer language benchmarks game
-
Johannes Bechberger authored
-
Johannes Bechberger authored
-
Johannes Bechberger authored
Finally some tests from Team 2
-
Philipp Serrer authored
-
Philipp Serrer authored
-
Johannes Bechberger authored
Added Group 5 semantic tests
-
Rolleander authored
-
Johannes Bechberger authored
Semantic tests added from group 1
-
Johannes Bechberger authored
exec test layout tweaks, fixes for small/big Int literals
-
Benedikt Morbach authored
-
Benedikt Morbach authored
maxInt was one to bit, it's 2^32 / 2 - 1 == 2147483647 minInt is a bit more complicated... There are no negative integer tokens. -2147483647 is a unary minus followed by a 2147483647 integer literal but, what is -2147483648 ? -2147483648 is a unary minus followed by a 2147483648 integer literal which is out of bounds... The parser could move the minus into the integer literal, making it negative, but that would technically be constant folding and shouldn't happen at this stage.
-
Benedikt Morbach authored
I think this makes it clearer at a glance that these are test files and not test-stdlib packages
-
Benedikt Morbach authored
-
- 17 Nov, 2016 6 commits
-
-
Samuel Groß authored
-
Johannes Bechberger authored
semantic tests (gruppe 4)
-
Benedikt Morbach authored
-
Johannes Bechberger authored
-
Johannes Bechberger authored
Add simple import statement preprocessor
-
Johannes Bechberger authored
-