From 0400c1bd915a424f526adcb1bc0276fce282d22d Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 3 Feb 2026 21:19:59 -0700 Subject: [PATCH] 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 --- Phase1Example.sandbox/models/Phase1Test.mps | 119 +++----------------- 1 file changed, 16 insertions(+), 103 deletions(-) diff --git a/Phase1Example.sandbox/models/Phase1Test.mps b/Phase1Example.sandbox/models/Phase1Test.mps index e4b5bf3..d1fb669 100644 --- a/Phase1Example.sandbox/models/Phase1Test.mps +++ b/Phase1Example.sandbox/models/Phase1Test.mps @@ -8,7 +8,6 @@ - @@ -22,39 +21,21 @@ - - - - - - - - - - - - - - - - - - - - - + + + @@ -66,13 +47,9 @@ - - - - @@ -94,7 +71,7 @@ - + @@ -110,95 +87,31 @@ - - - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +