diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-08 11:38:20 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-08 11:38:20 -0400 |
| commit | fd774948e6ac3506c24e6b87b6ef98403aa85951 (patch) | |
| tree | 8335f5d44694e357a08715c75d05de3964ba2434 /docs/type_system/action.md | |
| parent | ceb874e83d44a2c3d7c7d167fc8853694538ae53 (diff) | |
add action and remove assigment from namespace
Diffstat (limited to 'docs/type_system/action.md')
| -rw-r--r-- | docs/type_system/action.md | 9 |
1 files changed, 9 insertions, 0 deletions
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 ...] +``` |
