1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

[language] allow newlines between ! and identifier in _!_ call operator

This commit is contained in:
Étienne Fildadut 2024-05-21 17:34:04 +02:00
parent 69da1ff223
commit 03922ebde4
8 changed files with 26 additions and 30 deletions

View file

@ -4,9 +4,9 @@
↳ from test/tests/merge nested mutable error bis.ans:14:7 in call: error("abort")
↳ from test/tests/merge nested mutable error bis.ans:4:1 in block: insert(a, b)…
↳ from test/tests/merge nested mutable error bis.ans:3:18 in call: _
↳ from stdlib/script.ans:31:6 in call: fn!
↳ from stdlib/script.ans:31:7 in call: fn!
↳ from stdlib/script.ans:30:1 in block: resume target = ()…
↳ from stdlib/script.ans:29:7 in call: else!
↳ from stdlib/script.ans:29:8 in call: else!
↳ from stdlib/script.ans:26:1 in block: if(fn . "current checkpoint")…
↳ from stdlib/script.ans:25:8 in call: _
↳ from stdlib/script.ans:39:9 in call: value(s)!

View file

@ -4,9 +4,9 @@
↳ from test/tests/merge nested mutable error.ans:14:7 in call: error("abort")
↳ from test/tests/merge nested mutable error.ans:4:1 in block: insert(a, b)…
↳ from test/tests/merge nested mutable error.ans:3:18 in call: _
↳ from stdlib/script.ans:31:6 in call: fn!
↳ from stdlib/script.ans:31:7 in call: fn!
↳ from stdlib/script.ans:30:1 in block: resume target = ()…
↳ from stdlib/script.ans:29:7 in call: else!
↳ from stdlib/script.ans:29:8 in call: else!
↳ from stdlib/script.ans:26:1 in block: if(fn . "current checkpoint")…
↳ from stdlib/script.ans:25:8 in call: _
↳ from stdlib/script.ans:39:9 in call: value(s)!

View file

@ -0,0 +1,5 @@
--# run #--
--- return ---
5
--# saved #--
{}