Skip to content

release-please-action v0.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Jan 13:35
2f78f00

Features

  • add array and hash to ast tree (9f981b5)
  • add binary expression ast (da1e7f7)
  • add circleci (#19) (e4a4946)
  • add example (578a336)
  • add function call ast (55c3808)
  • add function declaration ast (0b50d79)
  • add if expression ast (b3f9e98)
  • add index ast (aa31ae0)
  • add initial wasm version (f3e24d5)
  • add interface for program ast output (d47687b)
  • add let statement to ast tree (ef30e9a)
  • add license (9aecc11)
  • add literal to ast (54b4d03)
  • add location info to root node (910619d)
  • add npm publish process to CI (bab3ff1)
  • add release it (#15) (03dfccd)
  • add type to ast (not perfect solution, needs another process on js side) (d4ff0bc)
  • add unary expression ast (aa6df7b)
  • add wasm init code (#14) (31cdc96)
  • fix return statement and finally fix type annotation (a912818)
  • refactor span to common data structure (25f9dac)

Bug Fixes