Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Glyphack/enderpy
/ start_node
Method
start_node
parser/src/parser/parser.rs:109–112 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
107
}
108
109
fn start_node(&self) -> Node {
110
let token = self.cur_token();
111
Node::new(token.start, 0)
112
}
113
114
fn finish_node(&self, node: Node) -> Node {
115
Node::new(node.start, self.prev_token_end)
Callers
15
parse
Method · 0.80
parse_compound_statement
Method · 0.80
parse_if_statement
Method · 0.80
parse_while_statement
Method · 0.80
parse_for_statement
Method · 0.80
parse_with_statement
Method · 0.80
parse_with_item
Method · 0.80
parse_try_statement
Method · 0.80
parse_except_clauses
Method · 0.80
parse_decorated_function_def_or_class_def
Method · 0.80
parse_class_definition
Method · 0.80
parse_match_statement
Method · 0.80
Calls
1
cur_token
Method · 0.80
Tested by
no test coverage detected