with help from git log
:
git log --oneline --format="- [%h](https://github.com/ahdinosaur/rimu/commit/%H): %s"
- 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)
- 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
toIndexMap
: preserve order (#40) - 4fcb2db: reorganize crates (#38)
- 212baf5: truthiness: everything except
false
andnull
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
andrimu-value
(#1)
- 7cdf5f1: in the beginning