|
@@ -56,17 +56,17 @@ enum Constant {
|
|
**/
|
|
**/
|
|
CInt( v : String );
|
|
CInt( v : String );
|
|
|
|
|
|
- /*
|
|
|
|
|
|
+ /**
|
|
Represents a float literal.
|
|
Represents a float literal.
|
|
**/
|
|
**/
|
|
CFloat( f : String );
|
|
CFloat( f : String );
|
|
|
|
|
|
- /*
|
|
|
|
|
|
+ /**
|
|
Represents a string literal.
|
|
Represents a string literal.
|
|
**/
|
|
**/
|
|
CString( s : String );
|
|
CString( s : String );
|
|
|
|
|
|
- /*
|
|
|
|
|
|
+ /**
|
|
Represents an indentifier.
|
|
Represents an indentifier.
|
|
**/
|
|
**/
|
|
CIdent( s : String );
|
|
CIdent( s : String );
|