模块:Gilatoft/Compiler/Tokenizer:修订历史

来自「荏苒之境」

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2025年8月7日 (星期四)

2025年7月31日 (星期四)

  • 当前之前 08:412025年7月31日 (四) 08:41 Sicusa 留言 贡献 15,934字节 +15,934 创建页面,内容为“local byte = string.byte local char = string.char local sub = string.sub local gsub = string.gsub local lower = string.lower local unpack = table.unpack local concat = table.concat local tokenizer = {} local BYTE_COMMA = byte(",") local BYTE_FULL_STOP = byte(".") local BYTE_LIST_START = byte("[") local BYTE_LIST_END = byte("]") local BYTE_STRING_START = byte("\"") local BYTE_STRING_END = byte("\"") local RESERVED_CHARACTERS = { [BYTE_CO…”