demetrixbio / GslCore

Core library and basic plug-ins for the Amyris Genotype Specification Language (GSL) compiler.
Apache License 2.0
6 stars 1 forks source link

Logic to treat regular part as inline #19

Closed rathinbector closed 2 years ago

rathinbector commented 2 years ago

If users define a short regular part or add #inline to a regular part, it still gets treated as a regular part. This ticket is for adding a filter to change this behavior, so a part <30bp or with a #inline pragma applied to it behaves as an inline part rather than a regular part.