From fc14c0f16e881607e55f04516934818091331bd3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 8 May 2013 13:36:09 -0600 Subject: Command parameters are taken as strings & decimal. You no longer need to set the radix in the current radix. --- src/token.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/token.h') diff --git a/src/token.h b/src/token.h index 1cc6516..92a7bcc 100644 --- a/src/token.h +++ b/src/token.h @@ -24,6 +24,7 @@ public: tOpenParen, tCloseParen, tEquals, + tString, tEndOfLine, -- cgit v1.2.3