jtree icon indicating copy to clipboard operation
jtree copied to clipboard

GrammarLang: Add Mixins to Grammar language

Open breck7 opened this issue 5 years ago • 2 comments

Potentially a new node type: trait/interface to allow for multiple inheritance like abilities (css style).

breck7 avatar Jan 28 '20 01:01 breck7

not obviously a bad idea but more important things to do first.

breck7 avatar May 24 '21 01:05 breck7

Right now I'm often using inheritance for 2 unrelated things:

  1. copying properties from a prototype/abstract class
  2. bundling things into a scope (all inherit from a class, and then the parent scope class just needs to have 1 nodeType in scope)

I probably want to be able to create another way to put more node types in scope without the inheritance part. Some sort of tag.

breck7 avatar Jun 17 '22 01:06 breck7

Would be neat but medium pri

breck7 avatar Jul 19 '24 19:07 breck7