move-language / move

Apache License 2.0
2.25k stars 684 forks source link

[move-compiler]Support utf8 language in comments #1039

Closed WGB5445 closed 1 year ago

WGB5445 commented 1 year ago

Motivation

In code writing, there is no way to use other languages as comments. So I hope to support other languages

So, I changed the character control for comments to allow readable characters and newline tabs as well as carriage return line feeds

Have you read the Contributing Guidelines on pull requests?

yes

Test Plan

Unit Test

Issue

1038

WGB5445 commented 1 year ago

262