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

Allow function call with tuple and struct without parentheses

This commit is contained in:
Étienne Fildadut 2024-01-08 16:41:44 +01:00
parent 51ad18c5a4
commit 8562e8f18b
5 changed files with 42 additions and 8 deletions

View file

@ -0,0 +1,7 @@
--# run #--
--- text ---
| {}"" {}"{\"l\":8, 4:3, true:6}" {}"" |
--- return ---
()
--# saved #--
{}