Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiscript-dev/aiscript
/ next
Method
next
src/parser/streams/token-stream.ts:37–37 ·
view source on GitHub ↗
* カーソル位置を次のトークンへ進めます。
()
Source
from the content-addressed store, hash-verified
35
* カーソル位置を次のトークンへ進めます。
36
*/
37
next(): void;
38
39
/**
40
* トークンの先読みを行います。カーソル位置は移動されません。
Callers
15
parser.ts
File · 0.65
next
Function · 0.65
readToken
Method · 0.65
tryReadIdentifierStart
Method · 0.65
tryReadIdentifierPart
Method · 0.65
readUnicodeEscapeSequence
Method · 0.65
tryReadDigits
Method · 0.65
readStringLiteral
Method · 0.65
readTemplate
Method · 0.65
skipEmptyLines
Method · 0.65
skipCommentLine
Method · 0.65
skipCommentRange
Method · 0.65
Implementers
2
Scanner
src/parser/scanner.ts
TokenStream
src/parser/streams/token-stream.ts
Calls
no outgoing calls
Tested by
no test coverage detected