Skip to content

Add support for function calls #218

Add support for function calls

Add support for function calls #218

Triggered via pull request August 20, 2023 14:39
Status Failure
Total duration 25s
Artifacts

glox.yml

on: pull_request
analyze_and_test
18s
analyze_and_test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
analyze_and_test
cannot use i (variable of type *Interpreter) as ast.Visitor value in argument to exp.Accept: *Interpreter does not implement ast.Visitor (missing method VisitCall)
analyze_and_test
cannot use i (variable of type *Interpreter) as ast.Visitor value in argument to exp.Accept: *Interpreter does not implement ast.Visitor (missing method VisitCall)
analyze_and_test
Process completed with exit code 1.