ScriptStack 1.0.5
Loading...
Searching...
No Matches
Interpreter.cs File Reference

Go to the source code of this file.

Classes

class  ScriptStack.Runtime.Interpreter
 The Interpreter finally interprets the parse tree in form of a token stream returned from the ScriptStack.Compiler.Parser. More...
class  ScriptStack.Runtime.Interpreter.FunctionFrame
 For every forward declared function, a new function frame is created including a memory object holding its local variables. The values are pushed on the stack before they are called. More...

Namespaces

namespace  ScriptStack
namespace  ScriptStack.Runtime