Files
whetstone_DSL/Phase1Example.sandbox/models/Phase1Test.mps
Bill 0400c1bd91 Simplify Phase1Test to avoid XML character escaping issues
- Removed comparison operators that need XML escaping (<, >, etc.)
- Use text-based operators (plus, times) instead of symbols
- Two functions: add() and multiply() with parameters and bodies
- Demonstrates core Phase 1 concepts: Module, Function, Parameter, Assignment, Return, BinaryOperation

This version should load without XML parsing errors.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-02-03 21:19:59 -07:00

5.7 KiB