Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JFlex を使用して YAML のレクサーを作成しようとしていますが、次の理由から難しいことがわかりました。
次のような複数行の文字列があります。
longstr: > This is multiline line
実装するのは難しいです。
それらの正しいトークンタイプを決定して返す方法がわかりません。
JFlex を使用するのは良い選択でしょうか? または、YAML 用の他のツールが必要ですか?