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

$typewrapper keyword #5

Open
Agrabski opened this issue May 19, 2019 · 0 comments
Open

$typewrapper keyword #5

Agrabski opened this issue May 19, 2019 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@Agrabski
Copy link
Owner

Implement typewrapper keyword. It should specify a type wrapper, based on another type, that has a set of allowed operators, user defined methods and conversions.

Preliminary specification

$typewrapper<Type> WrapperName
${
$conversions:
[explicit|implicit] [other type] [default|method body]
$methods:
[method declarations]
$operators:
[return type] [operator name|list of operator names] [default|operator body ((only for single operator))]
$}
@Agrabski Agrabski added the enhancement New feature or request label May 19, 2019
@Agrabski Agrabski added this to To do in Aergia via automation May 19, 2019
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
Aergia
  
To do
Development

No branches or pull requests

1 participant