Autodetect when it is necessary to use careful parsing.
オープン
- 主要言語
- Python
- スター
- 37
- フォーク
- 8
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Careful parsing should be the default choice in 0.4.0
In 0.3.x though, it could be activated if:
- there is nested parenthesis (i.e. `(` is followed by a `(`, not a `)`)
- there is a paren between two double-quotes
The former is easy to test. The latter is harder,
but together will match most cases where the naive parsing is not enough.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。