jaskell-dotty
jaskell-dotty
jaskell
Applicative
Functor
Monad
SeqU
futureMonad
given_Functor_List
listMonad
optionMonad
seqU
tryApplictive
tryMonad
jaskell.expression
Add
Binary
Divide
Env
Expression
ExpressionException
N
N
Parameter
Product
Quote
Sub
jaskell.expression.parsers
A
D
Num
P
Param
Parser
Q
S
jaskell.parsec
Ahead
Ahead
Atom
Attempt
Between
Between
Btw
Binder
Ch
ChIn
ChNone
Choice
Choice
Combinator
Combine2
CommonState
Config
Cons
Count
Crlf
Decimal
Digit
EndBy
EndBy1
EndBy1
EndOfLine
EndOfLine
Eof
Eof
Eq
Find
Find
Int
Is
Iterator
Letter
Letter
Many
Many
Many1
Many1
ManyTill
ManyTill
NCh
Ne
Newline
Newline
NoWhitespace
NoWhitespace
NoneOf
NoneOf
One
OneOf
OneOf
Opt
Opt
Pack
Pack
Parsec
ParsecException
ScNumber
SepBy
SepBy1
SepBy1
SepEndBy
SepEndBy1
Skip
Skip
Skip1
Skip1
Skip1Spaces
Skip1Whitespaces
SkipSpaces
SkipSpaces
SkipWhitespaces
SkipWhitespaces
Space
Space
State
Text
Text
Txt
TxtState
TxtState
UDecimal
UInt
Whitespace
Whitespace
parsecConfig
stateConfig
textParserConfig
jaskell-dotty
/
jaskell.parsec
/
Text
Text
class
Text
(val text:
String
, val caseSensitive:
Boolean
) extends
Parsec
[
Char
,
String
]
TODO
Version
1.0.0
Companion
object
Graph
Supertypes
trait
Parsec
[
Char
,
String
]
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
apply
(s:
State
[
Char
]):
Try
[
String
]
Inherited methods
def
!
(state:
State
[
Char
]):
String
Inherited from
Parsec
def
<?>
[C >:
String
](message:
String
):
Parsec
[
Char
, C]
Inherited from
Parsec
def
<|>
[R >:
String
](p:
Parsec
[
Char
, R]):
Parsec
[
Char
, R]
Inherited from
Parsec
def
?
(state:
State
[
Char
]):
Try
[
String
]
Inherited from
Parsec
def
attempt
:
Parsec
[
Char
,
String
]
Inherited from
Parsec
def
iterate
[R >:
String
](state:
State
[
Char
]):
Iterator
[
Char
, R]
Inherited from
Parsec
Concrete fields
val
caseSensitive
:
Boolean
val
content
:
String
val
text
:
String