mpl/examples
developtheweb 1fb7e360f5 Resolve M0 blockers and fix all examples
- Resolved all lexical blockers:
  - Comments: -- single-line, {- -} multi-line
  - Strings: "..." with escapes, """...""" raw
  - Paths: Both 🖫"..." and \path"..."
- Fixed all 10 example files:
  - Added semicolons to all statements
  - Fixed factorial precedence
  - Fixed network server forall loop
  - Added comments to all examples
- Updated glyph-escapes.md with string escape sequences
- Updated math_prog_lang.md with complete lexical rules
- Fixed Chinese comma in structure list
- Updated README with badges and M0 exit criteria
- Marked ISSUE_M0_BLOCKERS.md as resolved

Ready for v0.1-alpha tag and ANTLR implementation
2025-07-25 12:21:52 -04:00
..
01_hello_world.mpl Resolve M0 blockers and fix all examples 2025-07-25 12:21:52 -04:00
02_factorial.mpl Resolve M0 blockers and fix all examples 2025-07-25 12:21:52 -04:00
03_file_processing.mpl Resolve M0 blockers and fix all examples 2025-07-25 12:21:52 -04:00
04_concurrent_download.mpl Resolve M0 blockers and fix all examples 2025-07-25 12:21:52 -04:00
05_module_definition.mpl Resolve M0 blockers and fix all examples 2025-07-25 12:21:52 -04:00
06_resource_management.mpl Resolve M0 blockers and fix all examples 2025-07-25 12:21:52 -04:00
07_metaprogramming.mpl Resolve M0 blockers and fix all examples 2025-07-25 12:21:52 -04:00
08_realtime_system.mpl Resolve M0 blockers and fix all examples 2025-07-25 12:21:52 -04:00
09_network_server.mpl Resolve M0 blockers and fix all examples 2025-07-25 12:21:52 -04:00
10_type_safe_database.mpl Resolve M0 blockers and fix all examples 2025-07-25 12:21:52 -04:00