There is a special grammar symbol EMPTY
, which denotes an empty string (a string with length zero).
Here is a simple example using EMPTY
:
S: EMPTY;
This grammar only accepts the empty string with optional white spaces allowed.
➡️ Next: Or
📘 Back: Table of contents