- 17 Dec, 2020 1 commit
-
-
Noric Couderc authored
added the NI prints for the array literal
-
- 15 Dec, 2020 5 commits
-
-
Noric Couderc authored
There was a mistake: Store array instructions should print an NI instruction.
-
Noric Couderc authored
Runs the proper version of the compiler.
-
Noric Couderc authored
-
Noric Couderc authored
These examples serve as tests
-
Noric Couderc authored
Checked out from EX3 to make tests pass Fixed manually: - function.teal0.expected - nonnull-local.teal1.expected - nonnull-global.teal1.expected
-
- 14 Dec, 2020 2 commits
-
-
Noric Couderc authored
-
Noric Couderc authored
The ASTNode locations were not correct. We fixed them
-
- 13 Dec, 2020 1 commit
-
-
Christoph Reichenbach authored
-
- 10 Dec, 2020 1 commit
-
-
Christoph Reichenbach authored
-
- 28 Nov, 2020 1 commit
-
-
Christoph Reichenbach authored
-
- 27 Nov, 2020 29 commits
-
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
The file compiler/testfiles/semacheck/teal1/nonnull-local.teal3.expected is intentionally empty.
-
This check is TEAL-1 specific, as TEAL-0 does not have qualifiers and TEAL-3 implements them in another way. The file compiler/testfiles/semacheck/teal1/nonnull-global.teal3.expected is intentionally empty (since nonnull is a name error in TEAL-3).
-
-
-
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
-
-
-
-
-
-
-
Remove code duplication between TEAL-0 and TEAL-3 IR implementations.
-
-
The qualifiers are attched to the array object and are checked dynamically, each time an element is assigned.
-
-
-
-
-
-