You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: