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

Redeclare exists object enhance the old one #4

Open
zaher opened this issue Jan 10, 2015 · 0 comments
Open

Redeclare exists object enhance the old one #4

zaher opened this issue Jan 10, 2015 · 0 comments
Labels
Milestone

Comments

@zaher
Copy link
Member

zaher commented Jan 10, 2015

Redeclare an exists object enhance the old one
like this

MyObject:{ .....  }
//and again
MyObject:{ .....  }

They will mix it, execute the MyObject will execute both of them
While we need it?
If we have sperite Ghost for example and it is already declared and i want to add some behavors to it, and can enhance it.
another example, HTML

html:{
    div{
      p{
        print("Hello World");
     }
    }
}

html here is already declared object but we need to add objects inside it to print its tags.

@zaher zaher added the idea label Jan 10, 2015
zaher added a commit that referenced this issue Jan 15, 2015
i have bug in #4 when repeat compile it
@zaher zaher added this to the Syntax milestone Jan 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant