mpl/examples
developtheweb acb98ae145 Fix examples so all ten parse
- 03: handler clause uses the canonical arrow (↯e ⟹ …, was ↯e ⇒ …)
- 05: give sin/cos a real placeholder body (⊥) — a comment-only body is
  empty and cannot parse
- Run parseExamples on the test runtime classpath; ParseExamples lives in
  the test source set and was never found on main.runtimeClasspath

./gradlew parseExamples now reports 10/10 PASS
2026-07-09 02:54:10 -04:00
..
01_hello_world.mpl Initial commit: Mathematical Programming Language (MPL) 2025-07-26 18:39:08 -04:00
02_factorial.mpl Initial commit: Mathematical Programming Language (MPL) 2025-07-26 18:39:08 -04:00
03_file_processing.mpl Fix examples so all ten parse 2026-07-09 02:54:10 -04:00
04_concurrent_download.mpl Initial commit: Mathematical Programming Language (MPL) 2025-07-26 18:39:08 -04:00
05_module_definition.mpl Fix examples so all ten parse 2026-07-09 02:54:10 -04:00
06_resource_management.mpl Initial commit: Mathematical Programming Language (MPL) 2025-07-26 18:39:08 -04:00
07_metaprogramming.mpl Initial commit: Mathematical Programming Language (MPL) 2025-07-26 18:39:08 -04:00
08_realtime_system.mpl Initial commit: Mathematical Programming Language (MPL) 2025-07-26 18:39:08 -04:00
09_network_server.mpl Initial commit: Mathematical Programming Language (MPL) 2025-07-26 18:39:08 -04:00
10_type_safe_database.mpl Initial commit: Mathematical Programming Language (MPL) 2025-07-26 18:39:08 -04:00