This is a DRAFT spec for a BASIC Module System that provides the ability to split up a BASIC program across multiple files (modules) and "stitch" them into a single PRG file for running on a Commodore 64 or VICE Emulator.
This spec not only takes into account line number deconfliction (across modules) but also provides the ability to name sections of code with labels as well as declare variables to be used within and/or across modules.
I am looking for feedback and suggestions on this spec.
Please drop your thoughts here!
Thanks!
--- Jeff
This is a DRAFT spec for a BASIC Module System that provides the ability to split up a BASIC program across multiple files (modules) and "stitch" them into a single PRG file for running on a Commodore 64 or VICE Emulator.
This spec not only takes into account line number deconfliction (across modules) but also provides the ability to name sections of code with labels as well as declare variables to be used within and/or across modules.
I am looking for feedback and suggestions on this spec.
Please drop your thoughts here!
Thanks!
--- Jeff