mers/examples
2023-06-04 21:33:35 +02:00
..
amogus.mers revamped switch and match syntax 2023-05-26 20:02:46 +02:00
custom_type.mers revamped switch and match syntax 2023-05-26 20:02:46 +02:00
destructuring_assignment.mers added destructuring assignments for tuples (and lists on the left) 2023-05-26 18:46:47 +02:00
force_output_type.mers added arrow syntax for forcing output types and added the "any" type (which is basically useless and will likely change in the future) 2023-06-04 21:33:35 +02:00
functions_double_definitions.mers 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
get_ref.mers added := for initialization/declaration 2023-05-24 22:32:54 +02:00
gui.mers 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
http.mers moved examples to own directory 2023-05-23 20:26:08 +02:00
iterators.mers revamped switch and match syntax 2023-05-26 20:02:46 +02:00
macro.mers added := for initialization/declaration 2023-05-24 22:32:54 +02:00
mersrandr.mers 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
modify_variable.mers added := for initialization/declaration 2023-05-24 22:32:54 +02:00
musicdb_remote.mers 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
my_macro.mers 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
switch_match.mers 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
the_any_type.mers added arrow syntax for forcing output types and added the "any" type (which is basically useless and will likely change in the future) 2023-06-04 21:33:35 +02:00
thread.mers added := for initialization/declaration 2023-05-24 22:32:54 +02:00