Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

let the C compiler validate the identifier #2792

Merged

Conversation

cremno
Copy link
Contributor

@cremno cremno commented May 15, 2015

Some C compilers may allow other characters in identifiers such as $.
They may also implement C99's extended identifiers (\u30EB\u30D3\u30FC,
ルビー).
@cremno
Copy link
Contributor Author

cremno commented May 16, 2015

By the way, luajit and gperf also don't validate.

matz added a commit that referenced this pull request May 17, 2015
…identifier

let the C compiler validate the identifier
@matz matz merged commit cf070b6 into mruby:master May 17, 2015
@cremno cremno deleted the let-the-c-compiler-validate-the-identifier branch May 18, 2015 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants