]> ocean-lang.org Git - ocean/commit
parsergen: fix handling of TK_in during parse.
authorNeilBrown <neil@brown.name>
Thu, 2 Oct 2014 11:01:41 +0000 (21:01 +1000)
committerNeilBrown <neil@brown.name>
Thu, 2 Oct 2014 11:01:41 +0000 (21:01 +1000)
commiteaaed5a7c6622d97618452c5bae1012d0e0e7f94
treea14e9993f71777f36f60a7304f2ea7c8d382e330
parentd61f36558ab8cd08efa2e605081fd57eccf83c51
parsergen: fix handling of TK_in during parse.

Now that an 'in'  it always considered to be *after* a symbol,
we want to apply 'in' token to the current top-of-stack, not to the
'next' frame.

Signed-off-by: NeilBrown <neil@brown.name>
csrc/parsergen.mdc