[New Feature] Add multilingual syntax support to the parser #37012
prakanth97
started this conversation in
General
Replies: 1 comment 1 reply
-
@prakanth97 Shall we update the thread with the changes to the approach? Also, we need to decide on the below points.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is to discuss and give updates on adding multilingual syntax support to the parser.
Issue: #36802
Upstream branch: multilingual-parser
properties
files for each language(eg: keyword_en.properties) will be created where key is english translation keyword and value is corresponding encoded string of foreign language keywordsChanges has to be done in
BallerinaLexer
andSyntaxKind
whereKeywords
has to be reflect based on the language.Configurations
class to read properties file and get relevant foreign language keywordBeta Was this translation helpful? Give feedback.
All reactions