Module lua-nucleo.language

Lua language data

This file is a part of lua-nucleo library

Info:

  • Copyright: lua-nucleo authors (see file COPYRIGHT for the license)

Tables

lua51_keywords Hashset of Lua 5.1 language keywords (table where the key is a keyword string and the value is the true boolean).
lua52_keywords Hashset of Lua 5.2 language keywords (table where the key is a keyword string and the value is the true boolean).
lua53_keywords Hashset of Lua 5.3 language keywords (table where the key is a keyword string and the value is the true boolean).
lua54_keywords Hashset of Lua 5.4 language keywords (table where the key is a keyword string and the value is the true boolean).
lua_keywords Hashset of currently running Lua version types (table where the key is a keyword string and the value is the true boolean).
lua51_types Hashset of Lua 5.1 types (table where the key is the type name string and the value is the true boolean).
lua52_types Hashset of Lua 5.2 types (table where the key is the type name string and the value is the true boolean).
lua53_types Hashset of Lua 5.3 types (table where the key is the type name string and the value is the true boolean).
lua54_types Hashset of Lua 5.4 types (table where the key is the type name string and the value is the true boolean).
lua_types Hashset of currently running Lua version types (table where the key is the type name string and the value is the true boolean).


Tables

lua51_keywords
Hashset of Lua 5.1 language keywords (table where the key is a keyword string and the value is the true boolean).
lua52_keywords
Hashset of Lua 5.2 language keywords (table where the key is a keyword string and the value is the true boolean).
lua53_keywords
Hashset of Lua 5.3 language keywords (table where the key is a keyword string and the value is the true boolean). Equals to lua52_keywords.
lua54_keywords
Hashset of Lua 5.4 language keywords (table where the key is a keyword string and the value is the true boolean). Equals to lua52_keywords.
lua_keywords
Hashset of currently running Lua version types (table where the key is a keyword string and the value is the true boolean).
lua51_types
Hashset of Lua 5.1 types (table where the key is the type name string and the value is the true boolean).
lua52_types
Hashset of Lua 5.2 types (table where the key is the type name string and the value is the true boolean). Equals to lua51_types.
lua53_types
Hashset of Lua 5.3 types (table where the key is the type name string and the value is the true boolean). Equals to lua51_types.
lua54_types
Hashset of Lua 5.4 types (table where the key is the type name string and the value is the true boolean). Equals to lua51_types.
lua_types
Hashset of currently running Lua version types (table where the key is the type name string and the value is the true boolean).
generated by LDoc 1.4.6 Last updated 2021-04-22 13:57:02