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
==========================
An experimental library for parsing and evaluating LOOT's metadata condition
strings. This library improves upon LOOT's existing implementation in the
following ways:
A library for parsing and evaluating LOOT's metadata condition strings. This
library improves upon LOOT's existing implementation in the following ways:
- Condition expressions are parsed into an intermediate representation instead
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
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)
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.