Initial commit

This commit is contained in:
2022-06-05 15:16:04 +02:00
commit 5490f6ce1c
17 changed files with 1618 additions and 0 deletions

3
tests/const_list.elna Normal file
View File

@ -0,0 +1,3 @@
const a = 1, b = 2;
! + a b
.

View File

@ -0,0 +1 @@
3

View File

@ -0,0 +1 @@
8

View File

@ -0,0 +1 @@
8

2
tests/sum.elna Normal file
View File

@ -0,0 +1,2 @@
! + 1 7
.

2
tests/sums.elna Normal file
View File

@ -0,0 +1,2 @@
! + 1 (+ 3 4)
.