Skip to content

Commit

Permalink
feat(vm): Add deserialization from gluon values
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes committed Jun 19, 2017
1 parent 738bb63 commit 6b98e29
Show file tree
Hide file tree
Showing 7 changed files with 719 additions and 35 deletions.
2 changes: 1 addition & 1 deletion vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ regex = "0.2.0"
serde_derive = "1.0.0"

[features]
test = ["env_logger", "lalrpop", "gluon_parser"]
test = ["env_logger", "lalrpop", "gluon_parser", "serde"]
Loading

0 comments on commit 6b98e29

Please sign in to comment.