mark
|
c7642ef911
|
there can now be multiple functions with the same name. The most recently declared one will be preferred if multiple would be valid.
|
2023-06-04 20:07:50 +02:00 |
|
mark
|
8848552302
|
changed true to [true] in match statement to remove [] from return types (although it's still there since println() returns [] - this litterally changes nothing, but it's good style)
|
2023-05-26 21:29:28 +02:00 |
|
mark
|
45f6f30de3
|
revamped switch and match syntax
|
2023-05-26 20:02:46 +02:00 |
|
mark
|
be9403d63d
|
added destructuring assignments for tuples (and lists on the left)
|
2023-05-26 18:46:47 +02:00 |
|
mark
|
b4b33b1c82
|
added := for initialization/declaration
|
2023-05-24 22:32:54 +02:00 |
|
mark
|
c32419508e
|
fixed examples
|
2023-05-23 23:56:45 +02:00 |
|
mark
|
b652cb57cc
|
chmod -x'd examples and added modify_variable.mers example (parser changed). note: some examples might be broken because of this
|
2023-05-23 23:37:58 +02:00 |
|
mark
|
220d992eb9
|
moved examples to own directory
|
2023-05-23 20:26:08 +02:00 |
|