vcpkg/toolsrc/vcpkglib
Phil Christensen 22e0b9f376
improve logic expression evaluation (#7508)
* better logic expression evaluation

Improve the logic expression evaluation currently used when filtering
dependencies.

Biggest improvements:
+  Allow '|' operator
+  Support nested '()'
+  Allow whitespace
+  Useful error message for malformed expressions

Also changed names of types to RawParagraph when that is what the original author was using.
2019-08-02 21:37:49 -07:00
..
vcpkglib.vcxproj improve logic expression evaluation (#7508) 2019-08-02 21:37:49 -07:00
vcpkglib.vcxproj.filters improve logic expression evaluation (#7508) 2019-08-02 21:37:49 -07:00