l3.0.2.1.source-code.ML3Lexer.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ml3 Show documentation
Show all versions of ml3 Show documentation
The Modeling Language for Linked Lives, a domain specific modeling language for agent-based
computational demography.
T__0=1
T__1=2
Age=3
All=4
Alter=5
Do=6
Each=7
Ego=8
Else=9
End=10
Every=11
For=12
If=13
In=14
Instantly=15
New=16
Now=17
Synchronized=18
Then=19
Where=20
Singleton=21
ArrowOS=22
ArrowTS=23
Dots=24
Dot=25
QMark=26
Colon=27
Semicolon=28
At=29
Bar=30
Comma=31
Equals=32
NotEquals=33
GreaterThanEquals=34
SmallerThanEquals=35
GreaterThan=36
SmallerThan=37
Add=38
Sub=39
Mul=40
Div=41
Mod=42
Pow=43
And=44
Or=45
Not=46
Assign=47
AddAssign=48
SubAssign=49
OParen=50
CParen=51
OBracket=52
CBracket=53
OBrace=54
CBrace=55
TypeString=56
TypeInt=57
TypeBool=58
TypeReal=59
Bool=60
Nat=61
Real=62
String=63
AgentIdentifier=64
Identifier=65
LocalIdentifier=66
WS=67
COMMENT=68
LINE_COMMENT=69
UNMATCHED=70
'[1]'=1
'[n]'=2
'age'=3
'all'=4
'alter'=5
'do'=6
'each'=7
'ego'=8
'else'=9
'end'=10
'every'=11
'for'=12
'if'=13
'in'=14
'instantly'=15
'new'=16
'now'=17
'synchronized'=18
'then'=19
'where'=20
'singleton'=21
'->'=22
'<->'=23
'..'=24
'.'=25
'?'=26
':'=27
';'=28
'@'=29
'|'=30
','=31
'='=32
'!='=33
'>='=34
'<='=35
'>'=36
'<'=37
'+'=38
'-'=39
'*'=40
'/'=41
'%'=42
'^'=43
'&&'=44
'||'=45
'!'=46
':='=47
'+='=48
'-='=49
'('=50
')'=51
'['=52
']'=53
'{'=54
'}'=55
'string'=56
'int'=57
'bool'=58
'real'=59