lexer

net.morimekta.utils

net.morimekta.utils:lexer is a Maven Central artifact (jar) for the JVM. It has 3 published versions. Browse versions below for dependency snippets and security details.

Recommended: 5.0.0 3 versions jarChecking...

Add to your project4.0.0

<dependency>
    <groupId>net.morimekta.utils</groupId>
    <artifactId>lexer</artifactId>
    <version>4.0.0</version>
</dependency>

Version Details — 4.0.0

Packaging
jar
Direct Deps
0
Total Deps
0
Published
Mar 8, 2020
License
Apache License, Version 2.0

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...