version 0.2

try, throw implemented
help screen updates
some code reorganisation
readme and doc updates
This commit is contained in:
2021-06-10 23:26:14 +02:00
parent b50e9ba128
commit f594437b61
7 changed files with 227 additions and 105 deletions

2
ml.h
View File

@@ -7,7 +7,7 @@
#include <sstream>
#include <exception>
const std::string VERSION = "ml 0.1 (" __DATE__ " " __TIME__ ")";
const std::string VERSION = "ml 0.2 (" __DATE__ " " __TIME__ ")";
const std::string STDLIB_LOADER =
R"(