diff options
Diffstat (limited to 'lexlua/forth.lua')
-rw-r--r-- | lexlua/forth.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/forth.lua b/lexlua/forth.lua index 7f1d92ace..c657acbfe 100644 --- a/lexlua/forth.lua +++ b/lexlua/forth.lua @@ -4,7 +4,7 @@ local lexer = require('lexer') local token, word_match = lexer.token, lexer.word_match -local P, R, S = lpeg.P, lpeg.R, lpeg.S +local P, S = lpeg.P, lpeg.S local lex = lexer.new('forth') |