diff options
| author | Micha White <botahamec@outlook.com> | 2024-08-15 20:14:15 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2024-08-15 20:14:15 -0400 |
| commit | f8a80039c74332e2101a177ef3fde31ef2077224 (patch) | |
| tree | f887c96bf9879a28b7ce914ad96161f63ee83190 /shell-spec.txt | |
| parent | 488c7ed94b0662222fa0d825ab81b60b0b1e5d6c (diff) | |
Lots a changes
Diffstat (limited to 'shell-spec.txt')
| -rw-r--r-- | shell-spec.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shell-spec.txt b/shell-spec.txt new file mode 100644 index 0000000..dda23c7 --- /dev/null +++ b/shell-spec.txt @@ -0,0 +1,13 @@ +# Alligator Shell Specification + +Default Port Number: 26009 +Using TCP Protocol + +## Runtime to Editor + +runtimelog [trace|debug|info|warn|error] FILE:LINE MSG +scriptlog [trace|debug|info|warn|error] FILE:LINE MSG + +## Editor to Runtime + +stop |
