intbio-ncl / shortbol

ShortBOL - A abstract language implementing the SBOL Data Model.
3 stars 1 forks source link

Expansions do not include their bodies if argument list and body seperated by newline #37

Open lgrozinger opened 4 years ago

lgrozinger commented 4 years ago

This works:

n is a x(1)(
  a = 1
)

This does not, but should:


n is a x(1)
(
  a = 1
)