Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 533 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 533 Bytes

worklog

A simple golang program to parse a programmer's work log.

Created for learning. Lexer based on slides from Rob Pike's talk on lexical scanning.

Logfile format is a series of entries. Entry must start with a date of form "@yyyy-mm-dd". Entry can contain text, multiple duration of the form "+h", ticket references of the form "#nn".

@2014-05-02 +1 #19 #18 created project

@2014-05-02 Spent +0.25 creating a readme.md file #23