├── LICENSE ├── match.c ├── match.h ├── readme.md └── test.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stbrumme/tiny-regular-expression-matcher/HEAD/LICENSE -------------------------------------------------------------------------------- /match.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stbrumme/tiny-regular-expression-matcher/HEAD/match.c -------------------------------------------------------------------------------- /match.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stbrumme/tiny-regular-expression-matcher/HEAD/match.h -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stbrumme/tiny-regular-expression-matcher/HEAD/readme.md -------------------------------------------------------------------------------- /test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stbrumme/tiny-regular-expression-matcher/HEAD/test.c --------------------------------------------------------------------------------