Mercerenies / latitude

Latitude - A prototype-oriented programming language
MIT License
7 stars 0 forks source link

Embed header info in the compiled files #31

Closed Mercerenies closed 6 years ago

Mercerenies commented 6 years ago

Script files can be loaded without the source file. Currently, modules still require the source file to exist so the header can be read. If we could embed the file header into the compiled file, we could load modules without having to have the source code available.