Parse suffixes
This commit is contained in:
parent
3e2f118e2e
commit
94198d126f
2 changed files with 117 additions and 16 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue