[ 
https://issues.apache.org/jira/browse/LUCY-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marvin Humphrey updated LUCY-17:
--------------------------------

    Attachment: 108-composite_type.t
                Composite.pm
                parser_add_composite_type_support.diff

Boilerplater::Type::Composite types are built from a child Query and one or 
more postfixes.

The syntax for declaring an array is a little unlike C, though pointer 
indirection 
syntax is the same.

{code:none}
/* C */
char foo[10];
char **bar;

/* Boilerplater */
char[10] foo;
char **bar;
{code}

> Boilerplater::Type::Composite
> -----------------------------
>
>                 Key: LUCY-17
>                 URL: https://issues.apache.org/jira/browse/LUCY-17
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Boilerplater
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: 108-composite_type.t, Composite.pm, 
> parser_add_composite_type_support.diff
>
>
> Add support for array types, e.g. char*, char[], Obj**.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to