-
Notifications
You must be signed in to change notification settings - Fork 94
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
support for inheritance? #3
Comments
Not currently, though pull requests are welcome. |
I implemented this and was about to do pull requests. but found it's already there in current version. relavant bits of codes are .. JastorRuntimeHelper.m
|
Oh cool. Thanks @yosit for that :) |
;) you are welcome. |
Hi @yosit , do you have a working example? |
Any plan to support for inheritance?
ProductCommon : jastor
{
commonAttributes;
}
Product1 : ProductCommon
{
product1_specific;
}
Product2 : ProductCommon
{
product2_specific;
}
The text was updated successfully, but these errors were encountered: