On 3/25/2010 5:39 AM, spir ☣ wrote:
Hello,
I'm writing a kind of language simulation. Here, an expression like "a#3.b"
maps to a NamedData node, with an attribute terms=[('.','a'),('#',3),('.'''b')].
(The lang uses '#' instead of "[...]" for item indexing.)
When this node is "run", the source
2010/3/25 spir ☣ :
> Hello,
>
>
> I'm writing a kind of language simulation. Here, an expression like "a#3.b"
> maps to a NamedData node, with an attribute
> terms=[('.','a'),('#',3),('.'''b')].
> (The lang uses '#' instead of "[...]" for item indexing.)
> When this node is "run", the source code
Hello,
I'm writing a kind of language simulation. Here, an expression like "a#3.b"
maps to a NamedData node, with an attribute terms=[('.','a'),('#',3),('.'''b')].
(The lang uses '#' instead of "[...]" for item indexing.)
When this node is "run", the source code maps to a name lookup operation i