parse negative constants

This commit is contained in:
2026-06-06 09:26:34 +02:00
parent a6d44ec5e0
commit 535364931e
8 changed files with 445 additions and 427 deletions

View File

@@ -196,7 +196,7 @@ impl<'a> TypeChecker<'a> {
}
}
}
Stmt::Const { name: _, value: _ } => {
Stmt::Const { .. } => {
// handled in SymbolTable
}
Stmt::Block(stmts) => {