mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 10:44:28 +11:00
Create keyword is working, very complex
This commit is contained in:
@@ -7,6 +7,8 @@ const parseInput = (body, allowStrings, options) => {
|
||||
switch(body[current - 1]) {
|
||||
case '{':
|
||||
case '}':
|
||||
case '[':
|
||||
case ']':
|
||||
//push just this symbol
|
||||
tokens.push(body.substring(current - 1, current));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user