identifiers support for Korean alphabet?
Open
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
Is it just simple as adding the Korean alphabet Unicode range here?
https://github.com/inkle/ink/blob/master/compiler/InkParser/InkParser_CharacterRanges.cs
range of Korean alphabet are [U+AC00` ~ `U+D7AF](https://en.wikipedia.org/wiki/Hangul_Syllables)
Thank you 😄
Contributor guide
No contributing guide indexed for this repository
Research direction
Read compiler/InkParser/InkParser_CharacterRanges.cs to see how identifier character ranges are defined. Check whether supporting U+AC00–U+D7AF is sufficient, then verify that Korean identifiers are accepted without changing other syntax and that the relevant parser tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100