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
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user