about to start implimentation of if statments, and add not

This commit is contained in:
2023-03-11 15:26:25 +00:00
parent 3a449dec63
commit 27a1abe160
8 changed files with 65 additions and 19 deletions

View File

@@ -27,6 +27,9 @@ var blockedVariableNames = map[string]bool{
"false": true,
"null": true,
"delete": true,
"not": true,
"and": true,
"or": true,
}
type accessVariable struct {