@spellu/engine
Advanced tools
Comparing version 0.7.4 to 0.7.5
{ | ||
"name": "@spellu/engine", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"license": "MIT", | ||
@@ -30,3 +30,3 @@ "description": "Spellu is a parser combinator engine.", | ||
}, | ||
"gitHead": "28d763df3ba725b9aecbcdc499b7da4890d0f841" | ||
"gitHead": "01cad392d7bd822fbfaf64e607a7aa23f7abe127" | ||
} |
@@ -758,6 +758,7 @@ declare namespace spellu { | ||
* | ||
* SyntaxHighlightで使うことを想定している。 | ||
* 現状、'?'パーサーを使った場合、前置空白がデータに残らないが、 | ||
* フラット化した後にTokenのposが連続していないことを検知することで、補完データを差し込むことができる。 | ||
* SyntaxHighlightで使うことを想定したが、構文情報を捨ててしまっているので使えなかった。 | ||
* tokenize()に役割を委譲する。 | ||
* | ||
* SONをscanすると、","がTokenとして抽出されなかった。(2021/9/28) | ||
* | ||
* @param cluster Syntaxツリー | ||
@@ -764,0 +765,0 @@ * @returns Token配列 |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2775
131728