We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26cb22 commit 6eea402Copy full SHA for 6eea402
1 file changed
README.md
@@ -106,6 +106,7 @@ The parser generates a tree of nodes. Here is the specification for each node ty
106
<summary>Click to expand AST Specification</summary>
107
108
#### **Literals & Identifiers**
109
+* `{ TYPE = "Variable", Name = <string>, VariableType = <"Local" | "Global" | "Upvalue"> }`
110
* `{ TYPE = "StringLiteral", Value = <string> }`
111
* `{ TYPE = "NumericLiteral", Value = <number> }`
112
* `{ TYPE = "BooleanLiteral", Value = <bool> }`
0 commit comments