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.
誰かがFLEXレクサーでPythonコメントを処理/エスケープして、コメントのトークンが生成されないようにする方法を教えてもらえますか?ありがとう。
次のようなルールが必要だと思います。
"#".* ;
これにより、レクサーはコメントをスキップし、トークンを生成しなくなります。