Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ next
Method
next
core/src/parser.rs:2030–2032 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
2028
type Item = Result<Statement>;
2029
2030
fn next(&mut self) -> Option<Self::Item> {
2031
self.parser.parse_one_safe().transpose()
2032
}
2033
}
2034
2035
/// Extracts all statements from the input stream.
Callers
15
handle_bad_read
Method · 0.45
consume_number
Method · 0.45
consume_integer
Method · 0.45
consume_integer_with_base
Method · 0.45
consume_operator
Method · 0.45
consume_symbol
Method · 0.45
consume_text
Method · 0.45
consume_label
Method · 0.45
consume_rest_of_line
Method · 0.45
advance_and_read_next
Method · 0.45
read
Method · 0.45
find_syntax
Method · 0.45
Calls
1
parse_one_safe
Method · 0.80
Tested by
no test coverage detected