summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2014-11-28 13:45:37 -0700
committerMike Buland <mike@xagasoft.com>2014-11-28 13:45:37 -0700
commit9f7cbe624a91008a4cbe47c7b369c5e3f96a4eff (patch)
tree561bd5cb20d17c0c5e5289763d140e42cdde8a3f /src/main.cpp
parent02573826558bd44f0ec3ed542964be0096d5e389 (diff)
downloadclic-9f7cbe624a91008a4cbe47c7b369c5e3f96a4eff.tar.gz
clic-9f7cbe624a91008a4cbe47c7b369c5e3f96a4eff.tar.bz2
clic-9f7cbe624a91008a4cbe47c7b369c5e3f96a4eff.tar.xz
clic-9f7cbe624a91008a4cbe47c7b369c5e3f96a4eff.zip
Division fixes, better config, more tests.0.11
Other minor fixes and options such as --version being added.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a0faa6a..a1d7672 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,3 +1,4 @@
1#include "config.h"
1#include "number.h" 2#include "number.h"
2#include "packedintarray.h" 3#include "packedintarray.h"
3#include "lexer.h" 4#include "lexer.h"
@@ -17,7 +18,7 @@ int main( int argc, char *argv[] )
17 { 18 {
18 Options opt( argc, argv ); 19 Options opt( argc, argv );
19 20
20 println("CliC - 0.10"); 21 println(CLIC_VERSION_STR);
21 println("Try \\exit, \\help, \\scale, and \\radix commands."); 22 println("Try \\exit, \\help, \\scale, and \\radix commands.");
22 println(""); 23 println("");
23 24