Skip to content

complete code and design revamp, optional () in if, -format option, idempotent, stdin input file option #93

complete code and design revamp, optional () in if, -format option, idempotent, stdin input file option

complete code and design revamp, optional () in if, -format option, idempotent, stdin input file option #93

Triggered via pull request July 24, 2024 02:46
@ldemaillyldemailly
synchronize #65
parse_print
Status Failure
Total duration 17s
Artifacts

gochecks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
check: eval/eval.go#L326
undefined: ast.Expression
check: eval/eval.go#L47
node.Left.String undefined (type ast.Node has no field or method String)
check: eval/eval.go#L53
id.Val undefined (type *ast.Identifier has no field or method Val)
check: eval/eval.go#L54
id.Val undefined (type *ast.Identifier has no field or method Val)
check: eval/eval.go#L98
node.Operator undefined (type *ast.PrefixExpression has no field or method Operator)
check: eval/eval.go#L102
node.Operator undefined (type *ast.InfixExpression has no field or method Operator)
check: eval/eval.go#L106
node.Operator undefined (type *ast.InfixExpression has no field or method Operator)
check: eval/eval.go#L117
cannot use node.Literal (value of type func() string) as string value in struct literal
check: eval/eval.go#L132
node.Function.TokenLiteral undefined (type ast.Node has no field or method TokenLiteral)
check: eval/eval.go#L163
undefined: object.FUNCTION