ameliatastic / seahorse-lang

Write Anchor-compatible Solana programs in Python
Apache License 2.0
313 stars 43 forks source link

Add checks for rust keywords in identifiers #102

Closed bgreni closed 8 months ago

bgreni commented 1 year ago

Reject identifiers that are also Rust keywords to avoid showing large, convoluted Rust errors to the user

image

Closes #29