ziprandom / crystal-dfa

A Crystal Implementation of a Thompson NFA/DFA Regex Matcher
MIT License
19 stars 3 forks source link

Syntax fixes for compatiblity with Crystal 1.7.1 #6

Open skinnyjames opened 1 year ago

skinnyjames commented 1 year ago

Hi @ziprandom! Thank you for this library. I'd like to bring it up to date as to bring your cltk project up to date.

This commit brings this lib up to date with newer Crystal by addressing explicit return types and spec behavior.

I'll work off my branches for now, but I'd love to see your great work here come up to date!