implemented 'here'

This commit is contained in:
IgorCielniak
2026-01-08 19:04:29 +01:00
parent 39ed504d88
commit f7b08afdcb
4 changed files with 93 additions and 21 deletions

1
tests/here.expected Normal file
View File

@@ -0,0 +1 @@
here.sl:5:4

6
tests/here.sl Normal file
View File

@@ -0,0 +1,6 @@
import ../stdlib/stdlib.sl
import ../stdlib/io.sl
word main
here puts
end

1
tests/here.test Normal file
View File

@@ -0,0 +1 @@
python main.py tests/here.sl -o /tmp/here > /dev/null && /tmp/here