>>1009197 (OP)
>looks like pic related.
Any docs, beyond there two lines? Because only thing I can say from them is that it's fucking ugly.
>Array(0 1 3)
Jesus fucking christ. You market is as JSON manipulation - USE JSON LITERALS
>get
No need for them. If it starts with '/' - it's a get. Assignment has special syntax.
>/caclulations/allitems/ := concat([0, 1, 3], /a/, /b/)
>/caclulations/ := sum(/c/, /a/, 8)
Or why not json instead of syntax - ugly, but save on parser?
>{':=': ['/caclulations/allitems/', {'concat': [ [0, 1, 3], {'get': ['/a/']}, {'get': ['/b/']} ]}]}
>{':=': ['/caclulations/', {'sum': [ {'get': ['/c/']}, {'get': ['/a/']}, 8 ]}]}