SharkCagey / SharkCage

1 stars 3 forks source link

Token maipulation library #56

Closed bencikpeter closed 6 years ago

bencikpeter commented 6 years ago

Token manipulation library is in it´s basic version ready. I´ve included a small demonstrator in testMain.cpp that adds a dummy group to the token and then surfaces it to the user. Important files for the project are util.h and util.cpp, Everything important is documented in javadoc in util.h

bencikpeter commented 6 years ago

Fails on your CI, because it was developed in a whole different project (no particular reason, just legacy from the original development). I suggest accepting PR to token_manipulation branchu, just to sync up both repos and then merge the only two importnant files (util.h, util.cpp) to the branch where you want to integrate it into the project