Crates.io | tree-sitter-fsm |
lib.rs | tree-sitter-fsm |
version | 0.3.0 |
source | src |
created_at | 2024-09-29 03:39:50.844123 |
updated_at | 2024-10-04 12:45:46.745504 |
description | FSM grammar for tree-sitter |
homepage | |
repository | https://codeberg.org/reesericci/fsm |
max_upload_size | |
id | 1390556 |
size | 235,838 |
tree-sitter-fsm
This package describes the tree-sitter grammar used for generating parsers to interpret FSM. FSM is a new DSL to describe typed state machines for ECMAScript.
For more information, see the tree-sitter usage guide and the FSM repository