Robert Bendun
ddf9cc8f8c
New declaration syntax x := foo
instead of var x = foo
...
Additionaly moving into multiparameter binary operations
2022-09-18 14:50:20 +02:00
Robert Bendun
cb13dc9591
Refactored operators, loosing binary requirements due to them
...
Due to addition of turning binary operators into functions, they can now
be called with more or less then 2 arguments, which would trigger
assertions. Not all were converted to support new call syntax though
2022-09-17 00:34:41 +02:00
Robert Bendun
d77f844c81
Hashing functions; builtins hash, uniq and unique
2022-09-05 23:17:40 +02:00
Robert Bendun
497a4bcc6a
Improvement of builtin functions; added try builtin
...
Including moving functions from lambdas into global scope, adding
documentation, improvement of error reporting
2022-09-04 17:46:04 +02:00
Robert Bendun
ab6ed8f45c
Report nice error when without MIDI connection
2022-08-19 16:06:33 +02:00
Robert Bendun
7fb6df219c
Successfully separated small portion of include/musique.hh
2022-08-18 22:48:11 +02:00