Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Support hexadecimal and unicode escape sequences #3

@ta5een

Description

@ta5een

Summary

This issue applies to character and string literals. Currently, both of these literals only recognise simple escape sequences of a backslash and a certain character, for example \n. However, there will be cases where one may desire to input a Unicode or ASCII escape sequence, for example "\u{24}" or "\x24" for the dollar sign ($).

Possible methods of implementation

I'm not exactly sure how to approach this problem. I will look for possible ways to implement this feature as I learn more. For now, this issue will remain open as a reminder.

Metadata

Metadata

Assignees

Labels

featureThis issue proposes for a new feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions