- word() - Static method in class jfun.parsec.Lexers
-
returns the lexer that's gonna parse any word.
- word(String) - Static method in class jfun.parsec.Lexers
-
returns the lexer that's gonna parse any word.
- word(String) - Static method in class jfun.parsec.tokens.Tokens
-
create a TokenWord object.
- wordParser(String, FromString<R>) - Static method in class jfun.parsec.Terms
-
gets a Parser object to parse TokenWord.
- wordParser(FromString<R>) - Static method in class jfun.parsec.Terms
-
gets a Parser object to parse TokenWord.
- Words - Class in jfun.parsec
-
This helper class provides convenient api's to build lexer
and parsers for keywords and operators.