Exemplo n.º 1
0
            public void Eval(ExecutionPath executionPath)
            {
                var pointer = InstructionPointer;

                Node = Stack.Eval(executionPath);
                InstructionStream.Move(executionPath.LookAheadMatch.Length, ref pointer);
                InstructionPointer = pointer;
            }