Prefix nyan object declarations with keyword obj
#98
Labels
improvement
improves existing functionality
proposal
pending discussion about something to do
specification
involves the nyan language specification
Currently, nyan object declarations start with the object name followed by parent and member definitions. The parser expects no specific keyword that identifies an object. Instead, the parser assumes that all non-keyword tokens start an object declaration. This also makes the parser rely on an implicit order of definitions in the file (file parameter -> imports -> objects).
Proposed changes:
obj
obj
becomes a keywordAdvantages:
The text was updated successfully, but these errors were encountered: