GslCore icon indicating copy to clipboard operation
GslCore copied to clipboard

Core library and basic plug-ins for the Amyris Genotype Specification Language (GSL) compiler.

Results 14 GslCore issues
Sort by recently updated
recently updated
newest added

With the multiple source position tracking feature, the call to functionThree in the source below records the line 4 final position and the call on line but misses line 15...

This almost feels like a bug. The following code gives an error. Basically you can't have a function that just expands into code. Of course you can get around this...

Using a variable reference with a qualification for a subpart e.g. &locus.up inside a function which also uses inline sequences causes the internal error shown below. GSL internally creates GSL...

Hi! I'm taking over the Autodesk integration of GSL into the Genetic Constructor. I'm a little confused on the relationship between https://github.com/AmyrisInc/GslCore/ and https://github.com/AmyrisInc/Gslc. I can build the Gslc locally,...