-
Notifications
You must be signed in to change notification settings - Fork 45
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
Added comptime convenience functions #55
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a very high-level review. I still need to look at things more closely.
I see a few stray comments around still. Should these be removed? Or is there some more missing functionality?
I added a commit recently that should make this easier to implement: a213c57 Now you can just use pushFunction everywhere instead of switching on the language to see if it is luau. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good now. There are still many sections of commented code throughout the lib.zig and tests that should either be uncommented or removed
This is currently using my old implementations. I'm gonna make a few more improvements still