diff options
Diffstat (limited to 'oryxc/src')
| -rw-r--r-- | oryxc/src/parser.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oryxc/src/parser.rs b/oryxc/src/parser.rs index fcc5a76..a623d3e 100644 --- a/oryxc/src/parser.rs +++ b/oryxc/src/parser.rs @@ -824,6 +824,8 @@ impl<'a> Parser<'a> { for x in &p.scratch[exprbeg..] { p.extra_data.push(*x); } + /* FIXME: Missing LHS, and doesn’t conform to the + * description at the definition of AstType */ return Ok(p.new_node(AstNode { kind: AstType::FunCall, tok, |