- Add new type:
comment
, now you can use like this:
// This is a comment
IF(a >= 0,/** This is a inline comment */ a, -1)
- Add new sub type:
string
, you can use it in function, like this:
GAME_SALES('God of War')
- Fix source token's count error
comment
, now you can use like this:// This is a comment
IF(a >= 0,/** This is a inline comment */ a, -1)
string
, you can use it in function, like this:GAME_SALES('God of War')