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

Move string handling on top of str object #403

Open
katajakasa opened this issue Oct 21, 2021 · 0 comments
Open

Move string handling on top of str object #403

katajakasa opened this issue Oct 21, 2021 · 0 comments

Comments

@katajakasa
Copy link
Member

Currently we use raw char pointers. Instead we could/should use the str object.

This would allow nicer handling of the strings in current/future tools and hopefully cleaner code. This would also allow us to abstract away the string handling to some safer library later and/or move to Unicode with utf-8 encoding -- better translations further down the line ?

Note that for the parser code, this requires #400 to be done first. Elsewhere this could already be (partially) done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant