A lightweight mapping library used by the Lillero processor. https://docs.zaaarf.foo/lillero-mapper/
Find a file
2023-08-27 09:49:12 +02:00
gradle/wrapper feat: initial implementation, created interface and moved stuff from processor 2023-06-11 14:48:24 +02:00
src/main/java/ftbsc/lll feat: added support for field type descriptor 2023-08-27 09:49:12 +02:00
.editorconfig feat: initial implementation, created interface and moved stuff from processor 2023-06-11 14:48:24 +02:00
.gitignore feat: initial implementation, created interface and moved stuff from processor 2023-06-11 14:48:24 +02:00
build.gradle fix: implemented autoservice 2023-06-11 15:26:02 +02:00
gradlew fix: chmod +x on wrapper script 2023-06-11 14:52:59 +02:00
gradlew.bat feat: initial implementation, created interface and moved stuff from processor 2023-06-11 14:48:24 +02:00
LICENSE added license 2023-06-17 15:34:46 +02:00
README.md chore: basic readme 2023-08-26 22:12:26 +02:00

Lillero-mapper

A tiny library to process mappings in various formats.

Why?

I initially meant to fork Enigma, but honestly it was far more than I needed, even when stripped down to its core library.

The purpose of this library is to act as base for the Lillero processor, to work with various mapping formats.

Usage

Simply call MapperProvider.getMapper() and pass it a List of Strings representing the mapping file's contents, line by line. Call then populate() on the resulting IMapper, passing the same List once again, and you'll have an object that can process stuff back and forth - granted that a mapper capable of parsing the input was found.