mers/examples
Mark 4144d6cf71 Type Annotations
- Add type annotations: [type] statement
- Add type definitions: [[name] type], [[name] := statement]
- Add type annotations example (08)
- add Quickstart.md, reference it from README
2023-11-21 22:10:58 +01:00
..
00_Hello_World.mers remove diff, add subtract to replace it and work with iters, add lt, gt, ltoe, gtoe for < > <= >= 2023-11-07 18:37:37 +01:00
01_Hello_Name.mers remove diff, add subtract to replace it and work with iters, add lt, gt, ltoe, gtoe for < > <= >= 2023-11-07 18:37:37 +01:00
02_Calc_Sum.mers change loop function so you can write ().loop(() -> do_smth) 2023-11-08 15:11:28 +01:00
03_Basic_Calculator.mers Add division to examples/03 and add any and all functions for Iter<Bool> 2023-11-08 15:54:46 +01:00
04_Greatest_Common_Divisor.mers change loop function so you can write ().loop(() -> do_smth) 2023-11-08 15:11:28 +01:00
05_Matrix_Multiplicator.mers change loop function so you can write ().loop(() -> do_smth) 2023-11-08 15:11:28 +01:00
06_TicTacToe.mers make TicTacToe example slightly more elegant 2023-11-09 15:22:00 +01:00
07_Threads.mers add thread example 2023-11-13 14:15:00 +01:00
08_Type_Annotations.mers Type Annotations 2023-11-21 22:10:58 +01:00
fib.mers remove diff, add subtract to replace it and work with iters, add lt, gt, ltoe, gtoe for < > <= >= 2023-11-07 18:37:37 +01:00
iter.mers update examples 2023-11-07 20:24:20 +01:00
try.mers remove diff, add subtract to replace it and work with iters, add lt, gt, ltoe, gtoe for < > <= >= 2023-11-07 18:37:37 +01:00