Skip to content

alpha 0.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@jd-develop jd-develop released this 28 Nov 14:10
· 699 commits to main since this release

A wild alpha release appears πŸ‘€

NEWS

Syntax

  • add var foo, bar = a, b (and also var foo, bar = bar, foo)
  • add id ? id ? expr
  • add for e in "str"
  • add NUMeNUM and NUMe-NUM
  • 12_345 is now interpreted as 12345 (cool thing ^^)
  • add 0b, 0o and 0x
  • add *any_expr in lists and function calls if any_expr is a list
  • write "foo" >> "<newfile>" will now create the file

Libs and debug

  • add a new lib system (see Wiki if you want to write one ^^)
  • add hello lib
  • add debug lib
  • add config folder and debug mode:

Builtins

  • add ord and chr builtin functions

Misc

  • better error messages
  • fix a lot of bugs

Compare with 0.9 alpha: 0.9-alpha...0.10-alpha