diff options
author | Mike Buland <mike@xagasoft.com> | 2013-05-08 13:36:09 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2013-05-08 13:36:09 -0600 |
commit | fc14c0f16e881607e55f04516934818091331bd3 (patch) | |
tree | a104a99bfec86501f7b71151004924f48cadaa6d /src/token.h | |
parent | 69d9a257ba02c973da5708d9b6055e4ac5dc0ee2 (diff) | |
download | clic-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 '')
-rw-r--r-- | src/token.h | 1 |
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 | ||