Ada target and Unicode support #4611
Unanswered
Richard-52
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been working on a personal project to make an Anltr4 target for the Ada programming language which I am happy to open source if I ever finish it. To understand how the runtime works I am using a lexer and parser generated from the example Ada grammar. The syntax in the grammar allows Latin characters but not the broader Unicode character set which raises some questions about Antlr4 Unicode support.
I have searched and found some information about Unicode support but no information regarding my specific questions. At the moment I don't want to explore the Antlr4 tool itself so I'm hoping someone already knows the answers:
Beta Was this translation helpful? Give feedback.
All reactions