parse negative constants
This commit is contained in:
@@ -196,7 +196,7 @@ impl<'a> TypeChecker<'a> {
|
||||
}
|
||||
}
|
||||
}
|
||||
Stmt::Const { name: _, value: _ } => {
|
||||
Stmt::Const { .. } => {
|
||||
// handled in SymbolTable
|
||||
}
|
||||
Stmt::Block(stmts) => {
|
||||
|
||||
Reference in New Issue
Block a user