Open mtrberzi opened 10 years ago
Issue by lucaswoj Wednesday Nov 13, 2013 at 19:51 GMT Originally opened as https://github.com/manifold-lang/manifold/issues/27
There are several different types that have "attributes"
Attribute
We should ave a java interface for these.
interface AttributedValue { Value getAttributeValue(String name); }
Issue by lucaswoj Wednesday Nov 13, 2013 at 19:51 GMT Originally opened as https://github.com/manifold-lang/manifold/issues/27
There are several different types that have "attributes"
Attribute
enum)We should ave a java interface for these.