aboutsummaryrefslogtreecommitdiff
path: root/src/kmp.c
Commit message (Collapse)AuthorAge
* Fixed memory corruption bugsAlex Pickering2019-09-28
| | | | Fixed various memory corruption bugs in the parsing step
* Added const to most charsAlexander Pickering2018-11-07
| | | | Added const qualifier for clarity.
* Started refactoring codeAlexander Pickering2018-10-25
Added a src/ and build/ directory Added a include/ directory Included file is smaller