move-language / move

Apache License 2.0
2.26k stars 686 forks source link

[Feature Request] Unicode (other special character) support #19

Open tnowacki opened 2 years ago

tnowacki commented 2 years ago

As mentioned in #18, we are very restrictive in our character sets today. We had discussed relaxing this late last year, but made no changes yet. We should open up the character sets and give warnings where we think it might be applicable

LemonHX commented 2 years ago

I will do that! I have a parser written for unicode chars!

LemonHX commented 2 years ago

@tnowacki checkout, I have filtered most useless unicode in my last parser → https://github.com/sap-lang/sap-lang/blob/master/src/utils.rs

tnowacki commented 2 years ago

We probably don't want unicode characters anywhere but in comments. I'll take a look though when we get to this, thanks!