Initial commit of main compiler sources (or should I say ... SAUCES!)
This commit is contained in:
5
slangc/model/AttributeOwner.sauce
Normal file
5
slangc/model/AttributeOwner.sauce
Normal file
@ -0,0 +1,5 @@
|
||||
package slangc.model;
|
||||
|
||||
public interface AttributeOwner {
|
||||
AttributeSet getAttributes();
|
||||
}
|
Reference in New Issue
Block a user