Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 352 Bytes

empty_string.md

File metadata and controls

14 lines (9 loc) · 352 Bytes

Empty String

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