Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 12:55

Changelog

  • dc78c87 fix: downgrade go directive to 1.22
  • a883fd9 fix(examples): fix build error, fix main.go version
  • 26bf248 chore(examples): udpate logos examples
  • 6dc85f9 fix(parser): remove debug output from parser
  • 3e604d7 fix(main): update logo on main
  • fc72191 fix: update changelog
  • f26b3ec feat(interpreter): add try expression for nicer error handling fn testFail() { let bad = try parseJson() print(never reaches here) return bad }
  • 9d46d53 feat(interp): add string interpolation
  • 8ac1495 feat(add): pipe operator to parser for neater function nesting
  • 487d3f1 feat(parser): add incrment and decrement postfix to parser, parsar now supports ++ --
  • be27042 fix: update change log
  • 222bff3 fix: update change log