Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Glyphack/enderpy
/ cur_kind
Method
cur_kind
parser/src/parser/parser.rs:126–128 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
124
}
125
126
fn cur_kind(&self) -> Kind {
127
self.cur_token.kind
128
}
129
130
fn peek_token(&mut self) -> Result<Token, ParsingError> {
131
let token = self.lexer.peek_token();
Callers
15
parse
Method · 0.80
at
Method · 0.80
parse_simple_statement
Method · 0.80
parse_compound_statement
Method · 0.80
parse_decorated_function_def_or_class_def
Method · 0.80
parse_closed_pattern
Method · 0.80
parse_assignment_or_expression_statement
Method · 0.80
parse_assignment_value
Method · 0.80
parse_aug_assign_op
Method · 0.80
parse_module_name
Method · 0.80
parse_expressions
Method · 0.80
parse_target
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected