Initial commit of experimental LOOT condition parser

Some FilePath functionality is missing, not all tests pass, and parsing
is incorrect for all structs.
This commit is contained in:
Oliver Hamlet
2018-10-03 17:15:33 +01:00
commit b3435122dd
4 changed files with 281 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "loot-condition-interpreter"
version = "0.1.0"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
[dependencies]
nom = "3.2.1"
regex = "0.2"