yeslogic / fathom

🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧
Apache License 2.0
259 stars 14 forks source link

Lex raw identifiers #438

Closed Kmeakin closed 1 year ago

Kmeakin commented 1 year ago

Allow keywords to be used as identifiers by prefixing them with r#, as in Rust (eg r#let)

Kmeakin commented 1 year ago

Seems like the main branch was accidentally merged into this branch, as opposed to rebasing on top of main? But otherwise looks good!

That's what I get for using the github web UI to resolve conflicts :facepalm: