public
Description: A simple language for defining todo lists, using the Mg (or MGrammar) language, from Microsoft's Oslo platform.
Homepage:
Clone URL: git://github.com/m4dc4p/mg-todo.git
mg-todo / TodoPlugin / todo4.todo
100755 13 lines (10 sloc) 0.332 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
task "Make my language parse." 10-31-2008
task "Define a second task." 10-31-2008
task "" 08-29-3999
task "foo"
# uyay!!!
 
task "foo" bar # task 'Create a task with "quotes"' 10-31-2008
# This task has no due date, with good reason!
# But too bad I can't parse this comment!
task "Clean out garage."
# A final comment.