tdf4j

Java translator description framework

Лицензия

Лицензия

Категории

Категории

Realm Данные Базы данных
Группа

Группа

io.github.therealmone.tdf4j
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

tdf4j
Java translator description framework
Ссылка на сайт

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

https://github.com/therealmonE/SPOTranslator
Система контроля версий

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

https://github.com/therealmonE/tdf4j

Скачать tdf4j

Имя Файла Размер
tdf4j-1.0.0.pom 10 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/io.github.therealmone.tdf4j/tdf4j/ -->
<dependency>
    <groupId>io.github.therealmone.tdf4j</groupId>
    <artifactId>tdf4j</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.therealmone.tdf4j/tdf4j/
implementation 'io.github.therealmone.tdf4j:tdf4j:1.0.0'
// https://jarcasting.com/artifacts/io.github.therealmone.tdf4j/tdf4j/
implementation ("io.github.therealmone.tdf4j:tdf4j:1.0.0")
'io.github.therealmone.tdf4j:tdf4j:pom:1.0.0'
<dependency org="io.github.therealmone.tdf4j" name="tdf4j" rev="1.0.0">
  <artifact name="tdf4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.therealmone.tdf4j', module='tdf4j', version='1.0.0')
)
libraryDependencies += "io.github.therealmone.tdf4j" % "tdf4j" % "1.0.0"
[io.github.therealmone.tdf4j/tdf4j "1.0.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : jsr305 jar 3.0.2
com.googlecode.json-simple : json-simple jar 1.1.1
org.apache.commons : commons-digester3 jar 3.2

provided (1)

Идентификатор библиотеки Тип Версия
org.immutables : value jar 2.7.3

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

  • lexer
  • lexer-module
  • commons-lib
  • parser
  • parser-module
  • generator
  • validator
  • model
  • utils
  • tdf-parser

tdf4j Build Status codecov license Maven Central

Programming languages are the way to describe process of computing for different devices. Modern world highly depends on programming languages because almost every software on every device in the world written on one of programming languages. But before executing program it should be represented in a form that will be understood by the device. Such representation program components are called translators.

Tdf4j (translator description framework for java) is a framework for java programing language which can help to write own translator. The process of translating languages includes two main phases: lexical and syntax analysis. This framework provides classes for generating both lexical and syntax analyzers.

Usage

Add a dependency to pom file.

<dependency>
    <groupId>io.github.tdf4j</groupId>
    <artifactId>generator</artifactId>
    <version>1.0.1</version>
</dependency>

How to configure and use analyzers can be found on following pages:

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

Версия
1.0.0