that doesn’t have to be a location
This commit is contained in:
parent
b93674fe3f
commit
4033495353
|
|
@ -49,7 +49,7 @@ enum Expression {
|
|||
|
||||
#[derive(Debug, Clone)]
|
||||
struct Call {
|
||||
callee: Location,
|
||||
callee: Box<Expression>,
|
||||
args: Vec<Expression>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user