Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate why label reference suffixes aren't parsing #267

Open
github-actions bot opened this issue Jul 1, 2024 · 0 comments
Open

Investigate why label reference suffixes aren't parsing #267

github-actions bot opened this issue Jul 1, 2024 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Jul 1, 2024

E.g. ".DW @some_label.l" is not parsing

Line: 104

}
pub fn parse_symbol_reference_postamble_(i: &str) -> AsmResult<Option<RefType>> {
// TODO: Investigate why label reference suffixes aren't parsing
// category=Toolchain
// E.g. ".DW @some_label.l" is not parsing
let (i, dot_parsed) = opt(tag("."))(i)?;
match dot_parsed {
Some(_) => map(
alt((

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants