added embedded source generator

This commit is contained in:
n00b
2024-08-11 00:39:57 -04:00
parent a94ad1e5f0
commit 2ce04bbeca
2 changed files with 6 additions and 1 deletions

View File

@@ -322,6 +322,11 @@ bool rc_eval_embedded(string line)
return false;
}
if(!rc_preprocessor())
{
return false;
}
if(tmp_token.size()==0)
return true;
//cout << "-------START TOKENS--------" << endl;
@@ -733,7 +738,7 @@ int main(int argc, char * argv[])
{
string line = "";
//rcbasic_dev("embedded_functions.bas"); rcbasic_output_debug_info(); return 0;
rcbasic_dev("embedded_functions.bas"); rcbasic_output_debug_info(); return 0;
string rc_filename = "";// = "tst.bas";

Binary file not shown.