Parse suffixes

This commit is contained in:
Joscha 2022-11-19 11:22:49 +01:00
parent 3e2f118e2e
commit 94198d126f
2 changed files with 117 additions and 16 deletions

View file

@ -6,7 +6,7 @@ use super::{Expr, Space, TableConstr};
pub enum Call {
/// `a(b)`
///
/// Structure: `expr s0 ( s1 arg s2)
/// Structure: `expr s0 ( s1 arg s2 )`
Arg {
expr: Box<Expr>,
s0: Space,