Skip to content

Conversation

@thautwarm
Copy link
Member

  1. codegen behavior: add default value None for each function argument. fix purescript needs some JavaScript specific behaviors #10
  2. faster codegen: avoid pretty print when not specified. avoid generating pretty-printed SExpr #13
  3. lighter volume: for generated files. type level computing can produce huge amount of code, to make generated code Git maintainable, we \use bzip2 to compress stuffs. avoid generating pretty-printed SExpr #13
  4. option for pspy-blueprint changed.

2. implement serialization juxtaposing pretty-printing
…ent. fix #10

1. faster codegen: avoid pretty print when not specified. for #13
2. lighter volume: for generated files. type level computing can produce huge amount of code, to make generated code Git maintainable, we use bzip2 to compress stuffs. fix #13
3. option for pspy-blueprint changed.
1. a passing directory for CI
2. allow users to change generated data format by `--out-format [Pretty|Compact|Compressed]`.
   Currently due to size of code and python parsers' recursion limitation, for practice
   use `Compressed` mode only.
@thautwarm thautwarm merged commit 7edba35 into master Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

purescript needs some JavaScript specific behaviors

2 participants