issues
search
joews
/
peach
A functional programming language
MIT License
3
stars
0
forks
source link
Vector syntax
#15
Closed
joews
closed
7 years ago
joews
commented
7 years ago
Add Vectors - syntax:
[ ]
Grammar:
DestructuredList
->
DestructuredVector
,
List
->
Call
Deprecate quoted lists
[ ]
DestructuredList
->DestructuredVector
,List
->Call