Commits on Source (48)
-
finnr authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
ref #1
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Bruno Rothschild authored
-
Bruno Rothschild authored
-
Bruno Rothschild authored
-
Bruno Rothschild authored
-
Bruno Rothschild authored
-
Bruno Rothschild authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
this was necessary to generate correct syntax errors, specifically regarding the line number
-
Leonard Moritz Hübner authored
-
Nathanael Sandy authored
adding some type checking tests See merge request !5
-
-
Nathanael Sandy authored
Edge cases for dead code analysis See merge request !3
-
Nathanael Sandy authored
-
Nathanael Sandy authored
This reverts commit c9bc86ee.
-
Friedrich Magnus Tschirpke authored
-
Nathanael Sandy authored
Testing Runtime Errors See merge request !6
-
Julian Luca Prein authored
Make sure that the labels are unique between multiple expressions/statements as well as between different kinds.
-
Nathanael Sandy authored
test uniqueness of labels See merge request !7
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Nathanael Sandy authored
-
Leonard Moritz Hübner authored
-
Leonard Moritz Hübner authored
Showing
- .gitignore 2 additions, 1 deletion.gitignore
- README.md 34 additions, 0 deletionsREADME.md
- gen.py 28 additions, 11 deletionsgen.py
- gen_input/parser/associativity/and.choc 1 addition, 0 deletionsgen_input/parser/associativity/and.choc
- gen_input/parser/associativity/division.choc 1 addition, 0 deletionsgen_input/parser/associativity/division.choc
- gen_input/parser/associativity/if.choc 1 addition, 0 deletionsgen_input/parser/associativity/if.choc
- gen_input/parser/associativity/index.choc 1 addition, 0 deletionsgen_input/parser/associativity/index.choc
- gen_input/parser/associativity/minus.choc 1 addition, 0 deletionsgen_input/parser/associativity/minus.choc
- gen_input/parser/associativity/modulo.choc 1 addition, 0 deletionsgen_input/parser/associativity/modulo.choc
- gen_input/parser/associativity/multiplication.choc 1 addition, 0 deletionsgen_input/parser/associativity/multiplication.choc
- gen_input/parser/associativity/or.choc 1 addition, 0 deletionsgen_input/parser/associativity/or.choc
- gen_input/parser/associativity/plus.choc 1 addition, 0 deletionsgen_input/parser/associativity/plus.choc
- gen_input/parser/defun_if_elif_else.choc 7 additions, 0 deletionsgen_input/parser/defun_if_elif_else.choc
- gen_input/parser/minus_one_assign_two_valid.choc 1 addition, 0 deletionsgen_input/parser/minus_one_assign_two_valid.choc
- gen_input/parser/multiple_unary_minus.choc 0 additions, 1 deletiongen_input/parser/multiple_unary_minus.choc
- gen_input/parser/nest_list_and_indices.choc 1 addition, 0 deletionsgen_input/parser/nest_list_and_indices.choc
- gen_input/parser/nested_list_types.choc 1 addition, 0 deletionsgen_input/parser/nested_list_types.choc
- gen_input/parser/precedence/4_negate.choc 1 addition, 0 deletionsgen_input/parser/precedence/4_negate.choc
- gen_input/parser/precedence/add_and_not_not.choc 1 addition, 0 deletionsgen_input/parser/precedence/add_and_not_not.choc
- gen_input/parser/precedence/add_mul_sub.choc 1 addition, 0 deletionsgen_input/parser/precedence/add_mul_sub.choc
README.md
0 → 100644
gen_input/parser/associativity/and.choc
0 → 100644
gen_input/parser/associativity/division.choc
0 → 100644
gen_input/parser/associativity/if.choc
0 → 100644
gen_input/parser/associativity/index.choc
0 → 100644
gen_input/parser/associativity/minus.choc
0 → 100644
gen_input/parser/associativity/modulo.choc
0 → 100644
gen_input/parser/associativity/or.choc
0 → 100644
gen_input/parser/associativity/plus.choc
0 → 100644
gen_input/parser/defun_if_elif_else.choc
0 → 100644
gen_input/parser/nest_list_and_indices.choc
0 → 100644
gen_input/parser/nested_list_types.choc
0 → 100644
gen_input/parser/precedence/4_negate.choc
0 → 100644
gen_input/parser/precedence/add_mul_sub.choc
0 → 100644