Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wonhyukchoi committed Nov 17, 2021
1 parent d62abb3 commit 0d792ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ dater$> 2021 11 12 - 2022 1 1
0/1/20
```

### Today

Let today be November 12th, 2021.
Then, in action, we have:
```
dater$> today + day(5)
2021/11/7
```

# Usage
The recommended way to use the language is with the toplevel interpreter in this repository.

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dater
version: 0.1.0.0
version: 1.0.0
github: "wonhyukchoi/dater"
license: MIT
author: "Wonhyuk Choi"
Expand Down
2 changes: 2 additions & 0 deletions src/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import Control.Applicative((<|>))
import Text.Parsec.String(Parser)
import Text.Parsec(try)

import Data.Time

import qualified Text.Parsec as Parsec
import qualified Text.Parsec.Expr as Ex
import qualified Text.Parsec.Token as Tok
Expand Down

0 comments on commit 0d792ae

Please sign in to comment.