motoko icon indicating copy to clipboard operation
motoko copied to clipboard

doc: remove block_dec_error productions from grammar.txt

Open crusso opened this issue 2 months ago • 0 comments

::= '{' <list_er(, <block_dec_error>, ';')> '}'

<block_dec_error> ::= '=' '=' ';' <list(<exp_field>, ';')> <with_exp_fields>

Should be simplified to:

::= '{' <list(, ';')> '}'

(using grammar.sed)

crusso avatar Oct 29 '25 15:10 crusso