lexer
net.morimekta.utils
This module contains a simple but reasonably powerful lexical analysis tool that does not require any code generation. Is is not as fast or powerful as a full jflex or bison generated parser, but is pretty fast and powerful compared to a simple java string-tokenizer.
Recommended: 5.0.0 3 versions jar Updated 3 years agoChecking...
Add to your project4.0.1
<dependency>
<groupId>net.morimekta.utils</groupId>
<artifactId>lexer</artifactId>
<version>4.0.1</version>
</dependency>Version Details — 4.0.1
Packaging
jar
Direct Deps
0
Total Deps
0
Published
Mar 28, 2023
License
Unknown
This module contains a simple but reasonably powerful lexical analysis tool that does not require any code generation. Is is not as fast or powerful as a full jflex or bison generated parser, but is pretty fast and powerful compared to a simple java string-tokenizer.
Checking security advisories...