adding BraceMatching operation

This commit is contained in:
DBHeise 2019-04-12 18:44:26 +00:00
parent 8d0fcf37c5
commit 85b98f1111
4 changed files with 206 additions and 1 deletions

View file

@ -90,6 +90,7 @@ import "./tests/Typex";
import "./tests/BLAKE2b";
import "./tests/BLAKE2s";
import "./tests/Protobuf";
import "./tests/BraceMatching";
// Cannot test operations that use the File type yet
//import "./tests/SplitColourChannels";