[
https://issues.apache.org/jira/browse/LUCY-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marvin Humphrey updated LUCY-23:
--------------------------------
Attachment: parser_add_class_support.diff
400-class.t
Class.pm
These files add support for class declarations to Boileplater. Features
include...
* Single-inheritance subclassing, via an "extends" keyword.
* Object methods.
* Abstract object methods.
* Member variables.
* Functions belonging to the class's namespace.
* Shared, class variables.
* "Inert" classes, comprised of functions and class variables only.
* "Final" classes.
> Boilerplater::Class
> -------------------
>
> Key: LUCY-23
> URL: https://issues.apache.org/jira/browse/LUCY-23
> Project: Lucy
> Issue Type: Sub-task
> Components: Boilerplater
> Reporter: Marvin Humphrey
> Assignee: Marvin Humphrey
> Attachments: 400-class.t, Class.pm, parser_add_class_support.diff
>
>
> Add support for classes to Boilerplater.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.