Skip to content

v1.0.0

Compare
Choose a tag to compare
@kantord kantord released this 28 Sep 18:18
· 477 commits to master since this release

1.0.0 (2018-09-28)

Bug Fixes

  • tuple: fix parser (fa1d05b)
  • remove redundant valueProp parser (b5b5d7b)

Features

  • add inputProp (e577aa0)
  • compiler: add compiler (356905e)
  • add input syntax (.) (268922d)
  • add number primitives (341040a)
  • add object syntax (cf664ad)
  • interpreter: add interpreter (add3fa9)
  • add pipe syntax (7dee154)
  • add string primitives (f0578a4)
  • add valueProp (598a41a)
  • make target code a function that takes one input (761f9ee)
  • throw syntax error expection on syntax error (edbff03)
  • pipe: allow for arbitrary length of pipelines (56dd32b)
  • tuple: add generator (387a0be)
  • tuple: add parser (90f08e4)