lphy.base.parser.newick.NewickParser.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lphy-base Show documentation
Show all versions of lphy-base Show documentation
The standard library of LPhy, which contains the required generative distributions and basic functions.
The newest version!
SEMI=1
COMMA=2
OPENP=3
CLOSEP=4
COLON=5
FLOAT_SCI=6
FLOAT=7
INT=8
OPENA=9
WHITESPACE=10
STRING=11
EQ=12
ACOMMA=13
OPENV=14
CLOSEV=15
AFLOAT_SCI=16
AFLOAT=17
AINT=18
AWHITESPACE=19
ASTRING=20
CLOSEA=21
ATTRIBWS=22
';'=1
'('=3
')'=4
':'=5
'[&'=9
'='=12
'{'=14
'}'=15
']'=21