From ca458bfcd65c3a094fd0721cb5cd9f74dee5f845 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 8 Jun 2026 16:17:14 -0400 Subject: remove action from ast --- docs/type_system/action.md | 9 --------- 1 file changed, 9 deletions(-) delete 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 deleted file mode 100644 index 2917b69..0000000 --- a/docs/type_system/action.md +++ /dev/null @@ -1,9 +0,0 @@ -# Action - ---- - -```text -Action_class `alias Enum[.unknown; .loop; .if; .match; .mutation] - -Action[Action_class; SCOPE; Parent; TARGET; ARGS; STATEMENTS ...] -``` -- cgit v1.2.3