mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-01-15 18:29:50 +00:00
.
This commit is contained in:
parent
2157dc0ba8
commit
e1a8146325
@ -31,10 +31,12 @@
|
||||
END %eof{ return command_end; };
|
||||
END ws => {return command_end; };
|
||||
|
||||
BEGIN %eof{ return command_begin; };
|
||||
BEGIN ws => {return command_begin; };
|
||||
|
||||
EVALUATE %eof{ return command_evaluate; };
|
||||
EVALUATE ws => {return command_evaluate; };
|
||||
|
||||
|
||||
*|;
|
||||
|
||||
}%%
|
||||
|
Loading…
x
Reference in New Issue
Block a user