Filter out whitespace and comments between the tokenizing and grammar matching stages.

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

Syntax

C#
public ITokenFilter AddWhiteSpaceCommentFilter()
Visual Basic (Declaration)
Public Function AddWhiteSpaceCommentFilter As ITokenFilter
Visual C++
public:
ITokenFilter^ AddWhiteSpaceCommentFilter()

Return Value

the WhiteSpaceCommentFilter

See Also