diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-04 17:03:36 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-04 17:04:39 +0100 |
| commit | b2daffe68f633e4ecb24caceea1b3a8f031ba6a4 (patch) | |
| tree | 7c0fe1062a78f85c1b658c001b42ff61a871e31d /oryxc | |
| parent | 566b936058c5dc857bc31b63a62a17dc3a5c4e22 (diff) | |
Add a FIXME
Diffstat (limited to 'oryxc')
| -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, |