PerchSecurity / dendrol

🌴 The STIX2 Pattern expression parser for humans
https://pypi.org/project/dendrol/
MIT License
25 stars 3 forks source link

Add Pattern expression generator #4

Open theY4Kman opened 5 years ago

theY4Kman commented 5 years ago

It would be nice if one could procedurally generate Pattern expressions. It would be even nicer if Pattern expressions could be generated from PatternTree YAML.

Terence Parr's stringtemplate seems to have dropped python support in v4, but v3 still supports Python. This may be an avenue to explore.