mirror of
https://github.com/irmen/prog8.git
synced 2026-04-19 20:16:51 +00:00
improve errors generated for undefined symbols
This commit is contained in:
@@ -3,6 +3,7 @@ package prog8.code.core
|
||||
interface IErrorReporter {
|
||||
fun err(msg: String, position: Position)
|
||||
fun warn(msg: String, position: Position)
|
||||
fun undefined(symbol: List<String>, position: Position)
|
||||
fun noErrors(): Boolean
|
||||
fun report()
|
||||
fun finalizeNumErrors(numErrors: Int, numWarnings: Int) {
|
||||
|
||||
Reference in New Issue
Block a user