The Wayback Machine - https://web.archive.org/web/20200625151020/https://github.com/oracle/graal/issues/1803
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

[Documentation] Character Sets supported by Truffle is not documented anywhere #1803

Open
jayadevanraja opened this issue Nov 1, 2019 · 0 comments
Assignees

Comments

@jayadevanraja
Copy link

@jayadevanraja jayadevanraja commented Nov 1, 2019

Does Truffle support making a programming language in a new character set?

This is with reference to this question. My understanding is that, “if we have all the characters in any arbitrary character-set encoded as 16-bit unsigned integers, then Truffle can handle it”. But it is not documented whether or not this is indeed the case.

That is, if I want to implement a new programming language in a character set which is neither Unicode nor ASCII, like EBCDIC, or TRON or something entirely new, can that be done in Graal & Truffle?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.