All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eepat.Treepat.1.2.6.source-code.Treepat.tokens Maven / Gradle / Ivy

Go to download

Treepat is a language to recognise patterns in trees in a similar way as regular expressions recognize patterns in strings. Treepat includes analogous operators to regex union, concatenation, and closure, which are extended to the notion of trees.

There is a newer version: 2.0.0
Show newest version
INDENT=11
OR_SIGN=2
NUMBER_SIGN=5
PAR_CLOSE=4
AT_SIGN=6
NEWLINE=9
DOT=1
PAR_OPEN=3
ASTERISK=7
ID=8
WS=10
DEDENT=12
'.'=1
'|'=2
'*'=7
')'=4
'('=3
'#'=5
'@'=6




© 2015 - 2024 Weber Informatics LLC | Privacy Policy