Add nomove state transition option, session partitioned interactive example

This commit is contained in:
lash
2023-04-16 12:15:57 +01:00
parent bf1d634474
commit f06bca7abf
19 changed files with 177 additions and 73 deletions

View File

@@ -260,7 +260,7 @@ var (
{"Comment", `(?:#)[^\n]*`},
{"Ident", `^[A-Z]+`},
{"Size", `[0-9]+`},
{"Sym", `[a-zA-Z_\*][a-zA-Z0-9_]*`},
{"Sym", `[a-zA-Z_\*\.][a-zA-Z0-9_]*`},
{"Whitespace", `[ \t]+`},
{"EOL", `[\n\r]+`},
{"Quote", `["']`},