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

Add support for constants other than int types #228

Open
edif2008 opened this issue Jan 22, 2025 · 0 comments
Open

Add support for constants other than int types #228

edif2008 opened this issue Jan 22, 2025 · 0 comments

Comments

@edif2008
Copy link
Member

As part of #218 we've added support for integers constants. We do want to expand it further to support other types e.g. boolean, string, float.

The overall framework for parsing and generating constants is in place. All that's left is to add the case for the new types that we want to support. As an inspiration you can also check #57.

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

No branches or pull requests

1 participant