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.
Irony パーサーでパーサーを実装していますが、<、>、(、) などの特殊文字をスキップしたいと考えています。
パーサーでそれらをスペース文字として扱いたい。無視リストに文字を追加するにはどうすればよいですか?
パース ツリーでスキップする場合は、 たとえばMarkPunctuationを使用します。
MarkPunctuation("<", ">", "(", ")")