Implemented number output
This commit is contained in:
@ -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 // +=
|
||||
|
Reference in New Issue
Block a user