Report prescan errors on their source lines
All checks were successful
akbasic CI Build / cmake_build (push) Successful in 3m28s
akbasic CI Build / sanitizers (push) Successful in 4m47s
akbasic CI Build / coverage (push) Successful in 3m58s
akbasic CI Build / akgl_build (push) Successful in 8m50s
akbasic CI Build / mutation_test (push) Successful in 23m38s

This commit is contained in:
2026-08-05 06:40:14 -04:00
committed by Starfort Source Vault
parent ed6f463897
commit 1f3b9f5cf6
8 changed files with 98 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ nothing would say which type it is.
```
```output
? 40 : PARSE ERROR TYPE POINT: POINT is a reserved word and cannot name a type
? 10 : PARSE ERROR TYPE POINT: POINT is a reserved word and cannot name a type
```