Skip to content
Rudus
Search
Cancel
GitHub
Stack Overflow
Select theme
Dark
Light
Auto
Introduction
Getting Started
Installation
Quickstart
API Reference
combinators
anyOf
between
everythingUntil
many
many1
optional
separatedBy
sequenceOf
Parser
parsers
endOfInput
endOfLine
failure
lazy
number
regex
string
whitespace
word
types
ParserState
ParserStateResult
GitHub
Stack Overflow
Select theme
Dark
Light
Auto
Installation
You can install Rudus via
npm
or
yarn
.
npm
Terminal window
npm
i
rudus
yarn
Terminal window
yarn
add
rudus