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

Finalize #comptime implementation #147

Open
travisdoor opened this issue Dec 17, 2021 · 1 comment
Open

Finalize #comptime implementation #147

travisdoor opened this issue Dec 17, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@travisdoor
Copy link
Owner

The #comptime (for compile-time execution of functions) is now very WIP, we should validate/fix:

  • Error reporting
  • Returning bigger types (i.e. strings or arrays)
  • Generate the function implementation only if it's really needed
@travisdoor travisdoor added the enhancement New feature or request label Dec 17, 2021
@travisdoor travisdoor added this to the 1.0.0 milestone Dec 17, 2021
@travisdoor
Copy link
Owner Author

This was already improved a bit, comptime functions can now return bigger types +16B + multi return is supported now.

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

No branches or pull requests

1 participant