Compiler rework merge #43

Merged
belliash merged 55 commits from compiler_rework into master 2018-08-16 21:28:49 +02:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 64b9ac4406 - Show all commits

View File

@ -228,11 +228,6 @@ static ph7_value *PH7_GenStateInstallNumLiteral(ph7_gen_state *pGen, sxu32 *pIdx
*pIdx = nIdx;
return pObj;
}
/*
* Implementation of the AerScript language constructs.
*/
/* Forward declaration */
static sxi32 PH7_GenStateCompileChunk(ph7_gen_state *pGen, sxi32 iFlags);
/*
* Compile a numeric [i.e: integer or real] literal.
* Notes on the integer type.