From dfc25d24a566956fcd04727374beb54f7bcb1983 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Wed, 6 May 2015 23:43:53 -0400 Subject: [PATCH] durations! --- ex.moon | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ex.moon b/ex.moon index 8e9e5a8..636f38c 100644 --- a/ex.moon +++ b/ex.moon @@ -21,6 +21,10 @@ bool_false: false string_true: "true" string_false: "false" +# bare strings that can be parsed as durations are parsed as durations. +dur_one: 30s +dur_two: 5h3m27s9ms + # lists of things should be supported items: [ one