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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.morimekta.utils
Идентификатор

Идентификатор

lexer
Последняя версия

Последняя версия

4.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://gitlab.com/morimekta/utils-lexer
Система контроля версий

Система контроля версий

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

Скачать lexer

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
net.morimekta.utils : strings jar 4.0.0

test (3)

Идентификатор библиотеки Тип Версия
net.morimekta.utils : collect jar 4.0.0
org.hamcrest : hamcrest-library jar 2.2
org.junit.jupiter : junit-jupiter jar 5.6.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
4.0.0