Extend the tester to compile sources

This commit is contained in:
2024-02-25 15:16:19 +01:00
parent 160a97930e
commit 40f2c1eede
40 changed files with 3473 additions and 104 deletions

3
tests/const_list.eln Normal file
View File

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