diff options
Diffstat (limited to 'lexlua/null.lua')
-rw-r--r-- | lexlua/null.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lexlua/null.lua b/lexlua/null.lua new file mode 100644 index 000000000..8854d0433 --- /dev/null +++ b/lexlua/null.lua @@ -0,0 +1,4 @@ +-- Copyright 2006-2018 Mitchell mitchell.att.foicica.com. See License.txt. +-- Null LPeg lexer. + +return require('lexer').new('null') |