Skip to content

parser cannot handle braces without newline #5

@SingingBush

Description

@SingingBush

the following will parse:

matrix {
 8 64 87; 31 34 18 
}

however putting it on one line like this will not: matrix { 8 64 87; 31 34 18 }

this may be fine, will need to check spec or how other SDL parsers handle this scenario

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions