User loginNavigation |
Parsing and syntax reordering
I been doing some programming language design and I ran into something that I am sure as a name, and I thought I would ask too see if anybody could tell me what it is.
I found that the two syntaxes have the same effect (at least the way that I think of languages):
def x <-> x ie. the first defines a variable x in the symbol table, the second defines a function x with an arguement y and a body z, etc. Now the question is: what is the name of a parsing and reordering scheme for transforming the form on the right to the form on the left? I'm not sure if I am using the correct terminology, but basically I'm looking for the algorithm that could be used to convert tokens (or a parse tree maybe?) from the form on the right to the form on the left. Any help appreciated.
-- By kruhft at 2005-10-31 19:19 | LtU Forum | previous forum topic | next forum topic | other blogs | 5870 reads
|
Browse archives
Active forum topics |
Recent comments
27 weeks 1 day ago
27 weeks 2 days ago
27 weeks 2 days ago
49 weeks 3 days ago
1 year 1 week ago
1 year 3 weeks ago
1 year 3 weeks ago
1 year 5 weeks ago
1 year 10 weeks ago
1 year 10 weeks ago