We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8858967 commit 629bfa8Copy full SHA for 629bfa8
parse.c
@@ -96,7 +96,7 @@ static const char *dbc_grammar =
96
" attribute_definition : \"BA_DEF_\" (<whatever>|<s>|',')* ';' <n> ; \n"
97
" attribute_value : \"BA_\" (<whatever>|<s>|',')* ';' <n> ; \n"
98
" val_item : (<s>+ <integer> <s>+ <string>) ; \n"
99
-" val : \"VAL_\" <s>+ <id> <s>+ <name> <val_item>* ';' <n> ; \n"
+" val : \"VAL_\" <s>+ <id> <s>+ <name> <val_item>* <s>* ';' <n> ; \n"
100
" vals : <val>* ; \n"
101
" mul_val : \"SG_MUL_VAL_\" <s>+ <id> <s>+ <name> <s>+ <name> <s>+ <integer> '-' <integer> ';' <n> ; \n"
102
" mul_vals : <mul_val>* ; \n"
0 commit comments