This commit is contained in:
Marcel Keller
2018-10-11 17:20:26 +11:00
parent 73c399c40c
commit cc0711c224
400 changed files with 5109 additions and 1888 deletions

View File

@@ -1,5 +1,3 @@
// (C) 2018 University of Bristol, Bar-Ilan University. See License.txt
/*
* Program.h
*
@@ -46,7 +44,8 @@ class Program
Program();
// Read in a program
void parse(const string& bytecoode_name);
void parse_file(const string& filename);
void parse(const string& programe);
void parse(istream& s);
int get_offline_data_used() const { return offline_data_used; }