https://github.com/orc/at-lex-yacc
My at, done with a lex/yacc frontend instead of a handwritten one
https://github.com/orc/at-lex-yacc
Last synced: 22 days ago
JSON representation
My at, done with a lex/yacc frontend instead of a handwritten one
- Host: GitHub
- URL: https://github.com/orc/at-lex-yacc
- Owner: Orc
- License: other
- Created: 2017-11-13T19:29:55.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2020-06-16T00:25:42.000Z (about 6 years ago)
- Last Synced: 2025-01-06T20:51:29.816Z (over 1 year ago)
- Language: C++
- Size: 64.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A version of at(1) that uses a lex & yacc time parser instead of
the hand-built parser than I wrote for Linux/FreeBSD/osx at(1) in
the 1990s.
The parser handles the regular time specifications that my old one
does with the addition of the "in" keyword ("in 15 minutes")
To build: ./configure.sh && make
To clean up: make spotless