-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ".ks" extension from source filenames and add "compile_to" fun…
…ction Allow users to use the more compact compiled version of the source on craft that have limited volume space. By removing the extension kOS will first look for files with a ".ksm" extension, then for files with a ".ks" extension. Compiled files take about 20% of the space of the raw source, resulting in a significant space savings. Refactor the "import" method to use a list to support a "compileto" function that takes the same list of source files. This new convenience function compiles the source to a user-specified destination (e.g. a kOS processor hard drive).
- Loading branch information
1 parent
fa0c19a
commit 190fd55
Showing
3 changed files
with
73 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters