initial pass improving decl parsing error messages
- all decl tokens are given an accurate starting position - key grammar productions return token positions to facilitate the above - helpers for standardized parse error generation - replaced annoying pattern-matching type argument restrictions - moving away from dumping raw decl tokens in error messages
Showing
test/error/byte_packed.sv
0 → 100644
test/error/const_const.sv
0 → 100644
test/error/decl_binop_asgn.sv
0 → 100644
test/error/decl_delay_asgn.sv
0 → 100644
test/error/decl_delay_asgn_init.sv
0 → 100644
test/error/decl_delay_asgn_package.sv
0 → 100644
test/error/decl_delay_asgn_port.sv
0 → 100644
test/error/decl_non_blocking_asgn.sv
0 → 100644
test/error/enum_post_signed.sv
0 → 100644
test/error/instantiation_extra_comma.sv
0 → 100644
test/error/instantiation_missing_ports.sv
0 → 100644
test/error/instantiation_no_label.sv
0 → 100644
test/error/instantiation_no_module.sv
0 → 100644
test/error/instantiation_not_ports.sv
0 → 100644
test/error/instantiation_not_range.sv
0 → 100644
test/error/instantiation_trailing_comma.sv
0 → 100644
test/error/run_on_decl_item.sv
0 → 100644
test/error/run_on_decl_stmt.sv
0 → 100644
test/error/string_packed.sv
0 → 100644
test/error/string_signed.sv
0 → 100644
test/error/typeof_packed.sv
0 → 100644
test/error/typeof_signed.sv
0 → 100644
test/error/var_var.sv
0 → 100644
Please
register
or
sign in
to comment