Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ parse
Function
parse
regex/regex-syntax/src/hir/translate.rs:1127–1129 ·
view source on GitHub ↗
(pattern: &str)
Source
from the content-addressed store, hash-verified
1125
}
1126
1127
fn parse(pattern: &str) -> Ast {
1128
ParserBuilder::new().octal(true).build().parse(pattern).unwrap()
1129
}
1130
1131
fn t(pattern: &str) -> Hir {
1132
TranslatorBuilder::new()
Callers
3
t
Function · 0.70
t_err
Function · 0.70
t_bytes
Function · 0.70
Calls
4
unwrap
Method · 0.80
parse
Method · 0.45
build
Method · 0.45
octal
Method · 0.45
Tested by
no test coverage detected