feat: Implement Chapter 10 (Functions) #82
Annotations
2 errors
type_check:
src/ast-printer.ts#L9
Type '{ assign: (stmt: Assign) => string; binary: (expr: Binary) => string; block: (block: Block) => string; call: (expr: Call) => string; expr: (stmt: Expression) => string; ... 9 more ...; while: (stmt: While) => string; }' is not assignable to type 'ExpressionVisitor<string> & StmtVisitor<string>'.
|
type_check
Process completed with exit code 1.
|