Context automaton with augmented context: parsing

This commit is contained in:
Artur Meski
2018-03-28 20:46:19 +01:00
parent 753b217721
commit c90a87875a
6 changed files with 71 additions and 49 deletions

View File

@@ -22,9 +22,11 @@
#include "options.hh"
#include "memtime.hh"
#define VERSION "1.0alpha"
#define AUTHOR "Artur Męski <meski@ipipan.waw.pl>"
#define VERSION "2.0 ALPHA"
#define AUTHOR "Artur Meski <meski@ipipan.waw.pl>"
using std::cout;
using std::endl;
void print_help(std::string path_str);
#endif