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

adov.abnffuzzer.0.2.2.source-code.AbnfLexer.tokens Maven / Gradle / Ivy

Go to download

Fuzz tester for Augmented Backus-Naur Form (ABNF) rules as defined in IETF RFC 5234. This library can directly parse a variety of input sources and extract the ABNF rules, then generate random output matching those rules. That output can be fed in a test framework such as JUnit to search for defects in an application which implements the rules. The most common use case would be testing implementations of other IETF RFCs.

The newest version!
T__0=1
T__1=2
T__2=3
T__3=4
T__4=5
T__5=6
T__6=7
NumberValue=8
ProseValue=9
ID=10
INT=11
COMMENT=12
WS=13
STRING=14
'='=1
'/'=2
'*'=3
'('=4
')'=5
'['=6
']'=7




© 2015 - 2024 Weber Informatics LLC | Privacy Policy