-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* JsonReader: started on #121, reading JSON input * #121 TestJson: refactor JSON tests to use common testset for both reader and writer * #121 JsonReader: extending coverage * * join together functional ops into a common pattern * make json name mappings public for usage in JsonReader * make unique names for bounded set operators * #121 JsonWriter merge binary and nary ops into the same case * #121 JsonReader: extending coverage (added functional and predicate ops) * #121 JsonWriter: always specify args for operator calls * #121 JsonReader: add function and operator applications * #121 JsonReader: add IF, CASE, stutter, fairness * #121 JsonReader: add labels * #121 JsonWriter: make params in operator decl non-optional * #121 JsonReader: add LET-IN expressions; current unit tests pass * #121 JsonReader: add reading of modules + some module tests * #121 JsonReader: integrate JSON input into parse and check commands * #121 JsonReader/Writer: add --output option to parse command * #121 JsonReader/Writer: bump up version of ujson library * merge 'unstable' into 'ak/jsoninput' * #121 JsonReader: update TestCounterexampleWriter * #121 ParseCmd: simplify handling of parse --output
- Loading branch information
1 parent
1918dfc
commit e25ea0f
Showing
12 changed files
with
1,086 additions
and
584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.