summaryrefslogtreecommitdiff
path: root/oryxc/src/parser.rs
diff options
context:
space:
mode:
authorromir kulshrestha <romir.kulshrestha@gmail.com> 2026-03-04 18:23:43 +0100
committerromir kulshrestha <romir.kulshrestha@gmail.com> 2026-03-04 18:23:43 +0100
commitc6789ab3e29d33230da090fe7d8175d9210fa7ab (patch)
treefaeb9a91e867df04af32fb0e35050192ba488f6e /oryxc/src/parser.rs
parentb2daffe68f633e4ecb24caceea1b3a8f031ba6a4 (diff)
less retarded cli args
Diffstat (limited to 'oryxc/src/parser.rs')
-rw-r--r--oryxc/src/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/oryxc/src/parser.rs b/oryxc/src/parser.rs
index a623d3e..193428b 100644
--- a/oryxc/src/parser.rs
+++ b/oryxc/src/parser.rs
@@ -825,7 +825,7 @@ impl<'a> Parser<'a> {
p.extra_data.push(*x);
}
/* FIXME: Missing LHS, and doesn’t conform to the
- * description at the definition of AstType */
+ * description at the definition of AstType */
return Ok(p.new_node(AstNode {
kind: AstType::FunCall,
tok,