diff options
Diffstat (limited to 'lexlua/apl.lua')
-rw-r--r-- | lexlua/apl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/apl.lua b/lexlua/apl.lua index 5275ebffa..80ca39c95 100644 --- a/lexlua/apl.lua +++ b/lexlua/apl.lua @@ -1,4 +1,4 @@ --- Copyright 2015-2018 David B. Lamkins <david@lamkins.net>. See License.txt. +-- Copyright 2015-2019 David B. Lamkins <david@lamkins.net>. See License.txt. -- APL LPeg lexer. local lexer = require('lexer') |