Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@baka397 baka397 released this 04 Sep 08:11
0dd75c8
  • 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