interp evaluate list expressions
Some checks failed
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Failing after 1m48s
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Failing after 2m3s
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Failing after 1m55s
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Failing after 2m19s
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Failing after 2m34s

This commit is contained in:
2025-09-24 17:15:58 -05:00
parent 5da754d5ab
commit 9b6f4713bc

View File

@@ -110,6 +110,11 @@
// String literal
((StrExp str)
(cc str))
// Array expression
((ListExp elements)
// TODO check for KeyValueExp (map expression)
(_evalAllCC elements ->values
(cc values)))
// Symbol
((Symbol ident)
// Check for numbers