A token which represents the end of file/input. A TokenMatcher can return this symbol if it wishes to terminate processing of the input.

Namespace:  SingularSys.Jep.ConfigurableParser
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public static TerminatorToken EOF
Visual Basic (Declaration)
Public Shared EOF As TerminatorToken
Visual C++
public:
static TerminatorToken^ EOF

See Also