Implemented number output
This commit is contained in:
parent
e4f041be41
commit
8b1af4bea7
12 changed files with 185 additions and 46 deletions
|
@ -12,7 +12,6 @@ const (
|
|||
Rune // Rune is a single unicode code point.
|
||||
String // String is an uninterpreted series of characters in the source code.
|
||||
Comment // Comment is a comment.
|
||||
Separator // ,
|
||||
GroupStart // (
|
||||
GroupEnd // )
|
||||
BlockStart // {
|
||||
|
@ -50,6 +49,7 @@ const (
|
|||
Period // .
|
||||
Call // x()
|
||||
Array // [x]
|
||||
Separator // ,
|
||||
_assignments // <assignments>
|
||||
Assign // =
|
||||
AddAssign // +=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue