From fd774948e6ac3506c24e6b87b6ef98403aa85951 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 8 Jun 2026 11:38:20 -0400 Subject: add action and remove assigment from namespace --- docs/type_system/action.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/type_system/action.md (limited to 'docs/type_system/action.md') diff --git a/docs/type_system/action.md b/docs/type_system/action.md new file mode 100644 index 0000000..2917b69 --- /dev/null +++ b/docs/type_system/action.md @@ -0,0 +1,9 @@ +# Action + +--- + +```text +Action_class `alias Enum[.unknown; .loop; .if; .match; .mutation] + +Action[Action_class; SCOPE; Parent; TARGET; ARGS; STATEMENTS ...] +``` -- cgit v1.2.3