Last Version

Lexial Analysis Utils 4.0.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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.morimekta.utils
ArtifactId

ArtifactId

lexer
Version

Version

4.0.0
Type

Type

jar
Description

Description

Lexial Analysis 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.
Project URL

Project URL

https://gitlab.com/morimekta/utils-lexer
Source Code Management

Source Code Management

https://gitlab.com/morimekta/utils-lexer.git

Download lexer 4.0.0


<!-- https://jarcasting.com/artifacts/net.morimekta.utils/lexer/ -->
<dependency>
    <groupId>net.morimekta.utils</groupId>
    <artifactId>lexer</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.morimekta.utils/lexer/
implementation 'net.morimekta.utils:lexer:4.0.0'
// https://jarcasting.com/artifacts/net.morimekta.utils/lexer/
implementation ("net.morimekta.utils:lexer:4.0.0")
'net.morimekta.utils:lexer:jar:4.0.0'
<dependency org="net.morimekta.utils" name="lexer" rev="4.0.0">
  <artifact name="lexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.morimekta.utils', module='lexer', version='4.0.0')
)
libraryDependencies += "net.morimekta.utils" % "lexer" % "4.0.0"
[net.morimekta.utils/lexer "4.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
net.morimekta.utils : strings jar 4.0.0

test (3)

Group / Artifact Type Version
net.morimekta.utils : collect jar 4.0.0
org.hamcrest : hamcrest-library jar 2.2
org.junit.jupiter : junit-jupiter jar 5.6.0

Project Modules

There are no modules declared in this project.