Expose symbolic identifier parser
This commit is contained in:
parent
8870cee179
commit
7af51e9e64
@ -100,7 +100,7 @@ fn is_uppercase_alphanumeric(c: char) -> bool
|
||||
c.is_alphanumeric() && c.is_uppercase()
|
||||
}
|
||||
|
||||
fn symbolic_identifier(i: &str) -> IResult<&str, String>
|
||||
pub fn symbolic_identifier(i: &str) -> IResult<&str, String>
|
||||
{
|
||||
let (i, symbolic_identifier) = map
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user