mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-14 18:51:47 -07:00
Improved parser scope errors.
Added the caret for indicating where the error is.
This commit is contained in:
@ -12,9 +12,9 @@ int gen_main()
|
||||
using namespace gen;
|
||||
log_fmt("\ngen_time:");
|
||||
|
||||
// check_sanity();
|
||||
check_sanity();
|
||||
|
||||
checkSOA();
|
||||
check_SOA();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user