https://github.com/astynax/elm-crontab-parser
A simple parser for the crontab(5) rules
https://github.com/astynax/elm-crontab-parser
crontab-syntax elm-lang parsing
Last synced: 3 months ago
JSON representation
A simple parser for the crontab(5) rules
- Host: GitHub
- URL: https://github.com/astynax/elm-crontab-parser
- Owner: astynax
- Created: 2021-07-02T04:51:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T04:52:14.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T02:30:48.434Z (4 months ago)
- Topics: crontab-syntax, elm-lang, parsing
- Language: Elm
- Homepage: https://astynax.github.io/elm-crontab-parser
- Size: 32.2 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crontab rule parser
This is a simple parser for the [crontab(5)](https://www.man7.org/linux/man-pages/man5/crontab.5.html) rules made using the Elm language and the [elm-parser](https://package.elm-lang.org/packages/elm/parser/latest) library.
A live demo available [here](https://astynax.github.io/elm-crontab-parser).