added option -h and -v

This commit is contained in:
2021-03-10 23:29:49 +01:00
parent 11ad7fc3bc
commit 55d39ef321
4 changed files with 39 additions and 4 deletions

2
ml.h
View File

@@ -7,6 +7,8 @@
#include <sstream>
#include <exception>
const std::string VERSION = "mi 0.1 (" __DATE__ " " __TIME__ ")";
// Forward declaration for MlEnvironment class definition
class MlValue;