#t and #f added to language, datetime fixes
This commit is contained in:
5
ml.h
5
ml.h
@@ -6,7 +6,7 @@
|
||||
#include <sstream>
|
||||
#include <exception>
|
||||
|
||||
const std::string VERSION = "ml 0.3 (" __DATE__ " " __TIME__ ")";
|
||||
const std::string VERSION = "ml 0.4 (" __DATE__ " " __TIME__ ")";
|
||||
|
||||
const std::string STDLIB_LOADER =
|
||||
R"(
|
||||
@@ -177,7 +177,8 @@ private:
|
||||
STRING,
|
||||
LAMBDA,
|
||||
BUILTIN,
|
||||
NIL
|
||||
NIL,
|
||||
TRUE
|
||||
} type;
|
||||
|
||||
union {
|
||||
|
||||
Reference in New Issue
Block a user