An open API service indexing awesome lists of open source software.

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

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