Related articles |
---|
how to parse this? n.oje.bar@gmail.com (nojb) (2011-01-19) |
Re: how to parse this? torbenm@diku.dk (2011-02-01) |
From: | nojb <n.oje.bar@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Wed, 19 Jan 2011 13:54:12 -0800 (PST) |
Organization: | Compilers Central |
Keywords: | parse, question |
Posted-Date: | 21 Jan 2011 22:09:19 EST |
Hi,
My language has function applications like ML, i.e. f g h means f
applied to two
parameters g and h. But the rule
exp: IDENT list(exp)
in Yacc will parse this as f (g h). How can I fix this?
Thanks!
N
Return to the
comp.compilers page.
Search the
comp.compilers archives again.