summaryrefslogtreecommitdiff
path: root/oryxc/src/parser.rs
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-04 17:03:36 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-04 17:04:39 +0100
commitb2daffe68f633e4ecb24caceea1b3a8f031ba6a4 (patch)
tree7c0fe1062a78f85c1b658c001b42ff61a871e31d /oryxc/src/parser.rs
parent566b936058c5dc857bc31b63a62a17dc3a5c4e22 (diff)
Add a FIXME
Diffstat (limited to 'oryxc/src/parser.rs')
-rw-r--r--oryxc/src/parser.rs2
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,