Update readme

This commit is contained in:
Oliver Hamlet
2018-10-06 10:42:18 +01:00
parent 2c8473435a
commit 11a92511c1
+3 -4
View File
@@ -10,10 +10,9 @@ Goals:
evaluating from that representation. LOOT's current parser evaluates
conditions while parsing them, tightly coupling the two operations.
- [ ] Explore more granular result caching. LOOT's current caching maps each
condition string to its result, which can't handle case insensitivity (some
parts of the condition string are case sensitive) or re-use results in
compound conditions.
- [ ] Explore round trip serialisation from the intermediate representation.
condition string to its result, which can't re-use results in compound
conditions.
- [x] Explore round trip serialisation from the intermediate representation.
- [ ] Evaluate the cost/benefit of integrating into LOOT, replacing the existing
code.