GoldDotNet Documentation

TokenStack.PopToken Method 

Pops a token from the stack.

public Token PopToken();

Remarks

The token on top of the stack will be removed and returned by the method.

See Also

TokenStack Class | DevinCook.GoldParser Namespace