> For the complete documentation index, see [llms.txt](https://mwm5.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mwm5.twelite.info/references/parser/twesercmd.md).

# TWESERCMD

書式パーサーは、IParserを基底クラスとして、書式ごとに派生クラスを実装します。

```
      [IParser]
          ↑
     [AsciiParser]
```

パーサーは、シリアルポートのように１バイトずつ入力されるデバイスを想定し、１バイト単位での解釈を行い、都度状態を遷移する状態遷移マシンとして実装されます。
