From b6a9066eaa869cc27fb1e2f1c36e265ff26ec9c9 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 21 Oct 2018 14:42:50 +0100 Subject: [PATCH] Update readme --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b3854ec..12b8305 100644 --- a/README.md +++ b/README.md @@ -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.