Improved parser scope errors.

Added the caret for indicating where the error is.
This commit is contained in:
2023-07-29 17:14:02 -04:00
parent b9064fba9d
commit 03df940085
5 changed files with 64 additions and 54 deletions

View File

@ -12,9 +12,9 @@ int gen_main()
using namespace gen;
log_fmt("\ngen_time:");
// check_sanity();
check_sanity();
checkSOA();
check_SOA();
return 0;
}