sdlang-dev / SDL

SDL (Simple Declarative Language) for java
11 stars 1 forks source link

handle trailing semicolons #1

Closed SingingBush closed 7 years ago

SingingBush commented 7 years ago

the sdlang homepage has the following example that is not handled by the Parser

// Trailing semicolons are optional
title "Some title";

// They can be used to separate multiple nodes
title "Some title"; author "Peter Parker"

a new test needs to be added for this and the appropriate fix