Removed the strexpr module and placed the implementation of the .STRING
builtin function into the NextTok function. Added the .CONCAT function. git-svn-id: svn://svn.cc65.org/cc65/trunk@113 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -118,6 +118,7 @@ enum Token {
|
||||
TOK_BYTE,
|
||||
TOK_CASE,
|
||||
TOK_CODE,
|
||||
TOK_CONCAT,
|
||||
TOK_CONST,
|
||||
TOK_CPU,
|
||||
TOK_DATA,
|
||||
|
||||
Reference in New Issue
Block a user