summaryrefslogtreecommitdiff
path: root/src/token.h
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2013-05-08 13:36:09 -0600
committerMike Buland <mike@xagasoft.com>2013-05-08 13:36:09 -0600
commitfc14c0f16e881607e55f04516934818091331bd3 (patch)
treea104a99bfec86501f7b71151004924f48cadaa6d /src/token.h
parent69d9a257ba02c973da5708d9b6055e4ac5dc0ee2 (diff)
downloadclic-fc14c0f16e881607e55f04516934818091331bd3.tar.gz
clic-fc14c0f16e881607e55f04516934818091331bd3.tar.bz2
clic-fc14c0f16e881607e55f04516934818091331bd3.tar.xz
clic-fc14c0f16e881607e55f04516934818091331bd3.zip
Command parameters are taken as strings & decimal.0.06
You no longer need to set the radix in the current radix.
Diffstat (limited to 'src/token.h')
-rw-r--r--src/token.h1
1 files changed, 1 insertions, 0 deletions
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:
24 tOpenParen, 24 tOpenParen,
25 tCloseParen, 25 tCloseParen,
26 tEquals, 26 tEquals,
27 tString,
27 28
28 tEndOfLine, 29 tEndOfLine,
29 30