Skip to content

Nest "Expr" under "Indent" #10

@zz85

Description

@zz85

given the following piece of code

float a = 1.0, b = 2.0;

glsl-parser currently produce
decllist ( ident, expr (literal), ident, expr(literal) ).

screenshot 2015-09-24 09 37 48

would it make more sense to have expr nested under ident so decllist might look like
decllist ( ident(expr(literal)), ident(expr(literal)) )

instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions