rust-js / rjs

Rust JavaScript interpreter
98 stars 6 forks source link

Identifier parser checks for a number of special characters #76

Open pvginkel opened 9 years ago

pvginkel commented 9 years ago

The identifier parser checks for a number of special characters to find out whether it's a valid identifier. However, this hard coded list seems incorrect.