- 13 Nov, 2020 1 commit
-
-
Alexandru Dura authored
While loops were broken for cases where the body would expand to multiple IR blocks (e.g. contained an if statement).
-
- 12 Nov, 2020 25 commits
-
-
Christoph Reichenbach authored
Closes #34
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
-
Uses split instead of trying to be smart with regexes for parsing inputs. Parses outputs and exceptions.
-
-
Fixed function to combine the different values of a test specification.
-
We create a testspec for each line and combine them until we have a list of complete specs.
-
Doesn't do anything yet, but the classes are laid out.
-
We'll try to read that to generate the test directly.
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
Closes #42
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
- 10 Nov, 2020 3 commits
-
-
Christoph Reichenbach authored
-
Noric Couderc authored
-
Noric Couderc authored
Documented the structure of the project.
-
- 09 Nov, 2020 2 commits
-
-
Noric Couderc authored
-
Noric Couderc authored
Implemented the name() attribute for Type Qualifiers and Types in TEAL-3.
-
- 06 Nov, 2020 7 commits
-
-
Noric Couderc authored
Name attribute Closes #10 See merge request al7330du/attol!5
-
Noric Couderc authored
That way we make sure it's tested.
-
Noric Couderc authored
I suppose it's more intuitive to see it defined before being used and it's a fairly simple attribute.
-
Noric Couderc authored
-
Noric Couderc authored
That way, I was sure that the name() attribute was (probably) tested.
-
Noric Couderc authored
Just a shortcut to get the ID of a declaration quicker.
-
Noric Couderc authored
Fails during interpretation, as expected.
-
- 05 Nov, 2020 2 commits
-
-
Noric Couderc authored
Plus can handle integer and string arguments now.
-
Noric Couderc authored
Added a test for checking we can concatenate two strings with "+"
-