mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update readme
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
loot-condition-interpreter
|
loot-condition-interpreter
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
An experimental library for parsing and evaluating LOOT's metadata condition
|
A library for parsing and evaluating LOOT's metadata condition strings. This
|
||||||
strings. This library improves upon LOOT's existing implementation in the
|
library improves upon LOOT's existing implementation in the following ways:
|
||||||
following ways:
|
|
||||||
|
|
||||||
- Condition expressions are parsed into an intermediate representation instead
|
- Condition expressions are parsed into an intermediate representation instead
|
||||||
of being stringly typed, which allows parsing and evaluation to be separated.
|
of being stringly typed, which allows parsing and evaluation to be separated.
|
||||||
@@ -19,10 +18,6 @@ following ways:
|
|||||||
The code is also not as much of a mess, it's got benchmarks, and probably better
|
The code is also not as much of a mess, it's got benchmarks, and probably better
|
||||||
test coverage.
|
test coverage.
|
||||||
|
|
||||||
The library is still experimental because it currently lacks:
|
|
||||||
|
|
||||||
- an FFI for LOOT to call it through
|
|
||||||
|
|
||||||
The tests need the [testing-plugins](https://github.com/WrinklyNinja/testing-plugins)
|
The tests need the [testing-plugins](https://github.com/WrinklyNinja/testing-plugins)
|
||||||
and the [LOOT API v0.13.8](https://github.com/loot/loot-api/releases/tag/0.13.8)
|
and the [LOOT API v0.13.8](https://github.com/loot/loot-api/releases/tag/0.13.8)
|
||||||
Windows archives to be extracted and present in the repo root.
|
Windows archives to be extracted and present in the repo root.
|
||||||
|
|||||||
Reference in New Issue
Block a user