Done with arrays and all its associated builtins
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
59acf6b1a1
commit
fa9f450278
4 changed files with 179 additions and 2 deletions
|
|
@ -26,6 +26,7 @@ const (
|
|||
// Delimiters
|
||||
COMMA = ","
|
||||
SEMICOLON = ";"
|
||||
COLON = ":"
|
||||
|
||||
LPAREN = "("
|
||||
RPAREN = ")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue