updated the compiler to make 'do' handling more consistent with {}
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -82,8 +82,8 @@ static struct voca_t
|
||||
|
||||
{ 3, { '(',' ',')' /* XLIST */ } },
|
||||
{ 4, { '(',':',' ',')' /* MLIST */ } },
|
||||
{ 4, { '(',':','=',')' /* ALIST */ } },
|
||||
{ 4, { '(','B','O',')' /* BLIST */ } },
|
||||
{ 4, { '(',':','=',')' /* ALIST - x := y */ } },
|
||||
{ 4, { '(','B','O',')' /* BLIST - x binop y */ } },
|
||||
{ 3, { '{',' ','}' /* BLOCK */ } },
|
||||
{ 4, { '#','[',' ',']' /* ARRAY */ } },
|
||||
{ 5, { '#','b','[',' ',']' /* BYTE ARRAY */ } },
|
||||
|
Reference in New Issue
Block a user