Fixed - Subtle differences with python representation of disassmebled strings. - Bug in CSE that would lift common subexpressions above their containing forms.
0.1.41
Changed - Addition of assemble, disassemble and compile from string to python api. Fixed - Issue in parsing lambdas supporting the LSP.
0.1.40
- New language sigil *standard-cl-23* is here which is the same language as that introduced by *strict-cl-21* but has much better optimization. - Syntactic tree lists using (...) syntax in cl21 and cl23 (matt-o-how).
0.1.39
- Support conversion from Uint8Array to IProgram in wasm.
0.1.38
- Uncurry fix, typescript type improvements for npm personality.
0.1.37
- First npm publish with a Program-like object reminiscent of chik.types.blockchain_format.program.Program