docs: 删除无关注释
This commit is contained in:
parent
8081f12658
commit
5106830b98
@ -17,7 +17,7 @@ public record ParserEngine(ParserContext ctx) {
|
|||||||
List<String> errs = new ArrayList<>();
|
List<String> errs = new ArrayList<>();
|
||||||
TokenStream ts = ctx.getTokens();
|
TokenStream ts = ctx.getTokens();
|
||||||
|
|
||||||
while (ts.isAtEnd()) { // ← 取反
|
while (ts.isAtEnd()) {
|
||||||
// 跳过空行
|
// 跳过空行
|
||||||
if (ts.peek().getType() == TokenType.NEWLINE) {
|
if (ts.peek().getType() == TokenType.NEWLINE) {
|
||||||
ts.next();
|
ts.next();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user