Skip to content

Commit

Permalink
Refactor (#6)
Browse files Browse the repository at this point in the history
* refactor  ParDeclItem, VarDeclItem, Expr
* remove ArrayLiteral
* remove Domain
* remove BasicExpr
* remove ParArrayLiteral
* remove BasicLiteralExpr
* remove ParExpr
* add tests
  • Loading branch information
sthiele authored May 22, 2020
1 parent 6f51c4f commit 8c172dc
Show file tree
Hide file tree
Showing 2 changed files with 1,123 additions and 225 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flatzinc"
version = "0.2.2"
version = "0.3.0"
publish = true
authors = ["Sven Thiele <sthiele78@gmail.com>"]
description = "A FlatZinc parser"
Expand Down
Loading

0 comments on commit 8c172dc

Please sign in to comment.