cqcallaw / newt

The newt programming language
GNU General Public License v3.0
12 stars 2 forks source link

Enable modifiers for all symbol and type declarations #47

Open cqcallaw opened 8 years ago

cqcallaw commented 8 years ago

E.g. "readonly" or "mutable"

cqcallaw commented 8 years ago

This would involve abstracting the ModifierList property of StructDeclarationStatement into the base DeclarationStatement