Skip to content

Commit

Permalink
write fix
Browse files Browse the repository at this point in the history
  • Loading branch information
teverett committed Jul 17, 2015
1 parent 4fc633f commit 2d21618
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions mumps/mumps.g4
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ kill_
;

write_
: (WRITE1 | WRITE2) SPACE* arglist
: (WRITE | 'W') SPACE* arglist
;

quit_
Expand Down Expand Up @@ -269,14 +269,10 @@ VIEW
: V I E W
;

WRITE1
WRITE
: W R I T E
;

WRITE2
: W
;

XECUTE
: X E C U T E
;
Expand Down

0 comments on commit 2d21618

Please sign in to comment.