- 18 Nov, 2016 16 commits
-
-
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
-
- 16 Nov, 2016 7 commits
-
-
Rolleander authored
-
Sebastian Graf authored
[gruppe 4] tests, null byte Diskussion
-
Benedikt Morbach authored
-
Johannes Bechberger authored
-
Johannes Bechberger authored
-
Benedikt Morbach authored
Siehe "3.1 Wortschatz" Leerraum: Dazu zählen Leerzeichen, Zeilenumbruch, Wagenrücklauf und Tabulator Des Weiteren ist es weder Kommentar, Schlüsselwort, Operator, Separator IDENT oder INTEGER_LITERAL.
-
Benedikt Morbach authored
-
- 15 Nov, 2016 3 commits
-
-
Johannes Bechberger authored
Regarding array access and creation with null and basic arithmetic operations
-
Johannes Bechberger authored
-
Johannes Bechberger authored
-
- 14 Nov, 2016 2 commits
-
-
Johannes Bechberger authored
-
Johannes Bechberger authored
-
- 13 Nov, 2016 5 commits
-
-
Johannes Bechberger authored
-
Johannes Bechberger authored
-
Johannes Bechberger authored
Changed the ast flag to --print-ast and properly save pretty-printed input files
-
Sebastian Graf authored
-
Sebastian Graf authored
-
- 11 Nov, 2016 1 commit
-
-
Johannes Bechberger authored
-