MichaelXavier / cron

Cron data structure and parser for Haskell
Other
53 stars 33 forks source link

Add support for day and month strings in parser #33

Closed TetsuHari closed 7 years ago

TetsuHari commented 7 years ago

I noticed that your parser does not currently support day or month string literals, so I went ahead and added them.

MichaelXavier commented 7 years ago

I'm just learning about this functionality from your PR. Cool. Do we need to handle different capitalization?

MichaelXavier commented 7 years ago

Thanks!

MichaelXavier commented 7 years ago

Released at 0.6.1