a pretty fun language
Find a file
Laria Carolin Chabowski 4eea93ff97 Improve AST representation of expansion in assignables / parameters
The previous representation didn't properly model the fact that an
assignable / parameter can only be expanded, if it's a list element. This
now better models this. Other than being more correct, this should also
make evaluating these a bit easier.

While I was at it, I also improved the error message for multiple
expansions on the same level and added tests for these.
2022-01-07 23:08:25 +01:00
examples Initial commit 2021-12-15 21:47:17 +01:00
functional_tests Initial commit 2021-12-15 21:47:17 +01:00
src Improve AST representation of expansion in assignables / parameters 2022-01-07 23:08:25 +01:00
.gitignore Initial commit 2021-12-15 21:47:17 +01:00
configure.ac Initial commit 2021-12-15 21:47:17 +01:00
logo.svg Add a logo :) 2022-01-02 16:45:21 +01:00
Makefile.am Initial commit 2021-12-15 21:47:17 +01:00