ScriptStack 1.0.5
Loading...
Searching...
No Matches
Todo List
Class ScriptStack.Compiler.Lexer

binary not '~'

keyword "new"

Member ScriptStack.Compiler.Parser.AllocateTemporaryVariable ()
performance?
Member ScriptStack.Compiler.Parser.FunctionCall (bool background)
translate routines to msil?
Member ScriptStack.Compiler.Parser.Literal (TokenType tokenType)
float <> double
Member ScriptStack.Compiler.Parser.Notify ()
Member ScriptStack.Compiler.Parser.ParseScript ()
Member ScriptStack.Compiler.Parser.Pointer ()
rename this! its not a pointer
Member ScriptStack.Compiler.Parser.RoutineCall ()
Run routines in background? bad for cloud
Member ScriptStack.Compiler.Parser.Wait ()
Interface ScriptStack.Compiler.Scanner
Load event
Class ScriptStack.Runtime.Interpreter
Evaluate!!! member access
Member ScriptStack.Runtime.Interpreter.INV ()
get rid of try-catch
Member ScriptStack.Runtime.Interpreter.Logic ()
what about numerics in relations?
Member ScriptStack.Runtime.Interpreter.NOT ()
int?
Member ScriptStack.Runtime.Interpreter.PTR ()
error messages
Member ScriptStack.Runtime.Interpreter.Relation ()

separation of double and float, result is always double (if not int or string)

check null

check string

Class ScriptStack.Runtime.Routine
The Constructor has serveral (way too much) Overloaders