Skip to content
/ worklog Public

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

Notifications You must be signed in to change notification settings

jmcd/worklog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages