Skip to content

Latest commit

History

History
46 lines (38 loc) 路 4.14 KB

CHANGELOG.md

File metadata and controls

46 lines (38 loc) 路 4.14 KB

Changelog

with help from git log:

git log --oneline --format="- [%h](https://github.com/ahdinosaur/rimu/commit/%H): %s"

0.2.0

  • ae2929c: Meta dev (#67)
  • a39b055: Native functions and a standard library (#65)
  • 5fdc3e5: Another pass on the docs and playground (#64)
  • 6e42351: Support function closures (#62)
  • 2b5553c: remove wee_alloc, use standard allocator
  • b5569d9: remove leftover file
  • ce6066e: Lezer syntax highlighting (#59)
  • 3a47beb: Wake up babe new syntax just dropped (#58)
  • 22726d2: Fun fun functions (#57)
  • 021664d: fix block operations error (#56)

0.1.0

  • e28fe9f: rename packages, prep for crates publish
  • 114d390: First pass at documentation site (#25)
  • 26ff66b: update theme and code without a codemirror reboot (#52)
  • 089b5c9: update GitHub issue templates (#45)
  • f07c7b2: add Playground web app (#41)
  • 12fac9a: change from BTreeMap to IndexMap: preserve order (#40)
  • 4fcb2db: reorganize crates (#38)
  • 212baf5: truthiness: everything except false and null is truthy (#37)
  • f2f8f3a: add command-line interface (#36)
  • 620af7c: finish Block: re-write parser, add evaluator, and replace main lib (#30)
  • d7e8c69: Blocks: lexer (with indents) and parser (#28)
  • 837833c: Revert "rename operations to blocks" (#27)
  • c27213c: repl errors (#19)
  • 331c911: Expression evaluator and repl (#15)
  • e6bf713: Expressions: lexer and parser (#11)
  • d605854: rename operations to blocks (#10)
  • 964177c: add If operation (#8)
  • 5926af4: add Let operation (#7)
  • 3130490: split into two crates: rimu and rimu-value (#1)

0.0.1