JasonLautzenheiser / trizbort

Trizbort, the Interactive Fiction Mapper
http://www.trizbort.com
Other
129 stars 35 forks source link

Fix for https://github.com/JasonLautzenheiser/trizbort/issues/491 #492

Closed ainslec closed 4 years ago

ainslec commented 4 years ago

Added code to restrict emitted header size to 25 (Adventuron limit). This does not affect the identifier for the locations (which is unconstrained).

JasonLautzenheiser commented 4 years ago

This looks good. I stumbled across a few other minor issues while testing this and will write them up.

One thing I strive for with the exports is that while it may not support all features of the exported language, it will produce code that compiles without changes in the resulting system. So while these are minor and easily fixed in the adventuron system, my hope is that the exported code will compile without issues.