summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-05-13tools: Add new hscript-fromjson toolA. Wilcox1-0/+1
2020-02-11Use Boost's program_options instead of vendoring clippCalvin Buckley1-0/+3
This changes how options are parsed a bit, but tests are happy and typical usage is unaffected; just the usage screen is different. This was intended for post-1.0, but turns out I decided to do it. Boost is already required for pre-C++11, so it doesn't seem like a big deal to use. If you don't build the tools, it won't be required.
2019-10-12tools: Add new tool, hscript-simulate, for simulation of script executionA. Wilcox1-0/+1
2019-10-06Add skeleton logicA. Wilcox1-0/+1