Refactor TS compiler to not use the precompile step & also 64bit support

- Reduces headaches
- Expands STE entry size to allow for 64bit values
- Bonus: Adds in function lookup optimization from T2D
This commit is contained in:
James Urquhart 2014-09-07 17:38:35 +01:00
parent 1b06b0d92e
commit 1e44586606
8 changed files with 957 additions and 1009 deletions

View file

@ -38,7 +38,6 @@ private:
static CodeBlock* smCurrentCodeBlock;
public:
static U32 smBreakLineCount;
static bool smInFunction;
static Compiler::ConsoleParser * smCurrentParser;