Skip to content

Releases: wf001/modo

v0.0.15

07 Dec 05:34
ca1e4c7

Choose a tag to compare

What's Changed

  • add prelude assoc function by @wf001 in #47

Full Changelog: v0.0.14...v0.0.15

v0.0.14

20 May 04:56
00997c0

Choose a tag to compare

What's Changed

  • avoid segmentation fault on accessing un-initialized struct field by @wf001 in #45

Full Changelog: v0.0.13...v0.0.14

v0.0.13

11 May 15:05
9347ea4

Choose a tag to compare

What's Changed

  • enforce to use a space as the delimiter between vector elements by @wf001 in #42
  • Fixed an error that occurred when trying to prn the undefined string field of a struct by @wf001 in #43

Full Changelog: v0.0.12...v0.0.13

v0.0.12

10 May 07:55
16f56e8

Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

09 May 07:21
ace3cd9

Choose a tag to compare

What's Changed

  • avoid function call unnecessarily in high order function by @wf001 in #35

Full Changelog: v0.0.10...v0.0.11

v0.0.10

08 May 05:16
5505e00

Choose a tag to compare

What's Changed

  • improve version info for CLI by @wf001 in #30
  • to inspect a syntax error, improve the abstract syntax tree structure internally by @wf001 in #31
  • show error message with declaring duplicated variable or type by @wf001 in #32

Full Changelog: v0.0.9...v0.0.10

v0.0.9

06 May 16:47
62a251c

Choose a tag to compare

What's Changed

  • Refine the formatting of double values when using prn by @wf001 in #27
  • improve error messages by @wf001 in #28

Full Changelog: v0.0.8...v0.0.9

v0.0.8

06 May 12:06
ea36e6e

Choose a tag to compare

What's Changed

  • add prelude reduce function by @wf001 in #23
  • change float type to double type to avoit ext by @wf001 in #25

Full Changelog: v0.0.7...v0.0.8

v0.0.7

06 May 07:55
27ca0cd

Choose a tag to compare

What's Changed

  • stop exiting when panic occurred in repl by @wf001 in #18
  • fix bug where the lexer misinterprets point as an int type by @wf001 in #20

Full Changelog: v0.0.6...v0.0.7

v0.0.6

05 May 14:51
d69ebae

Choose a tag to compare

What's Changed

  • Let operators must take exactly 2 arguments by @wf001 in #15
  • Support float type by @wf001 in #16

Full Changelog: v0.0.5...v0.0.6