Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiscriptdev/aiscript
/ is_at_end
Method
is_at_end
aiscript-lexer/src/lib.rs:897–899 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
895
}
896
897
pub fn is_at_end(&self) -> bool {
898
self.current.kind == TokenType::Eof
899
}
900
901
pub fn error_at_current(&mut self, message: &str) {
902
let current = self.current;
Callers
13
synchronize
Method · 0.80
parse
Method · 0.80
agent_declaration
Method · 0.80
enum_declaration
Method · 0.80
class_declaration
Method · 0.80
block
Method · 0.80
block_expr
Method · 0.80
grouping
Method · 0.80
match_expression
Method · 0.80
parse_route
Method · 0.80
parse_endpoint
Method · 0.80
parse_path
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected