alpha 0.10
Pre-release
Pre-release
A wild alpha release appears π
NEWS
Syntax
- add
var foo, bar = a, b
(and alsovar foo, bar = bar, foo
) - add
id ? id ? expr
- add
for e in "str"
- add
NUMeNUM
andNUMe-NUM
12_345
is now interpreted as12345
(cool thing ^^)- add
0b
,0o
and0x
- add
*any_expr
in lists and function calls ifany_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
andchr
builtin functions
Misc
- better error messages
- fix a lot of bugs
Compare with 0.9 alpha: 0.9-alpha...0.10-alpha