feat(tazjin/rlox): Implement function call evaluation
Change-Id: I6767c3a1a9654475b4066415f8c026b9c5b5907a Reviewed-on: https://cl.tvl.fyi/c/depot/+/2382 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
090c96eae9
commit
26544aa5f0
2 changed files with 34 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ pub enum ErrorKind {
|
|||
UndefinedVariable(String),
|
||||
InternalError(String),
|
||||
InvalidAssignmentTarget(String),
|
||||
RuntimeError(String),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue