From 3eea795de0e2b71490818f46c1a6b0208f02c9bf Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 3 Feb 2026 20:56:19 -0700 Subject: [PATCH] Create sandbox with test model using correct concept syntax - Created sandbox/ directory for test models (proper MPS structure) - Created .mps module descriptor with SemAnno.structure dependency - Created SimpleExample.mps using concept names instead of node IDs - Uses proper role names (variables, functions, parameters, etc.) - Uses readable property names (name, operator) instead of internal IDs The sandbox is now properly configured to use the SemAnno language concepts. Co-Authored-By: Claude Haiku 4.5 --- sandbox/.mps | 11 +++++ sandbox/models/SimpleExample.mps | 76 ++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 sandbox/.mps create mode 100644 sandbox/models/SimpleExample.mps diff --git a/sandbox/.mps b/sandbox/.mps new file mode 100644 index 0000000..4601239 --- /dev/null +++ b/sandbox/.mps @@ -0,0 +1,11 @@ + + + + + + + + + e209a700-5f8c-468c-afcc-f38277628970(SemAnno.structure) + + diff --git a/sandbox/models/SimpleExample.mps b/sandbox/models/SimpleExample.mps new file mode 100644 index 0000000..62b239f --- /dev/null +++ b/sandbox/models/SimpleExample.mps @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +