You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* First draft of multi delimiter analyzer.
* Added vpack deserializer code.
* Build real automaton.
* Intermediate state.
* Single start and end state.
* Intermediate state.
* Fix
* Still not working.
* Build deterministic automaton by hand.
* Working version for multi character words.
* Clean up.
* Use hashmap instead of array.
* Clang format.
* Fixing code style.
* Small changes.
* Unify next functions.
* Add offset calculation.
* Added error handling.
* Added test for offset computation.
* Fix formatting.
* Fix formatting.
* Fixing usage of std::distance.
* Add special case for mac.
* adress review comments
* styling
* fix build
* fix after master merge
* fix mac build
* fix UB
---------
Co-authored-by: Valery Mironov <[email protected]>
Co-authored-by: Andrei Lobov <[email protected]>
0 commit comments