Update readme

This commit is contained in:
Oliver Hamlet
2018-10-21 14:42:50 +01:00
parent c0bea60673
commit b6a9066eaa
+2 -7
View File
@@ -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.