Add some MIT Scheme file name extensions

This commit is contained in:
Lassi Kortela 2022-07-17 10:23:43 +03:00
parent 2df8a2be84
commit 2a0baa6043
1 changed files with 28 additions and 0 deletions

View File

@ -65,3 +65,31 @@
(id ".krl")
(stands-for "Kawa Report Language")
(description "Text document in KRL [Kawa]")
(id ".bin")
(stands-for "Binary")
(description "SCode compiled source file [MIT Scheme]")
(id ".binld")
(stands-for "Binary library definition")
(description "SCode compiled R7RS library [MIT Scheme]")
(id ".com")
(stands-for "Compiled")
(description "Native code compiled source file [MIT Scheme]")
(id ".comld")
(stands-for "Compiled library definition")
(description "Native code compiled R7RS library [MIT Scheme]")
(id ".ext")
(stands-for "Extension")
(description "Auxiliary for native code compiled source file [MIT Scheme]")
(id ".bci")
(stands-for "Binary compiler info")
(description "Auxiliary for native code compiled source file [MIT Scheme]")
(id ".bcild")
(stands-for "Binary compiler info, library definition")
(description "Auxiliary for native code compiled R7RS library [MIT Scheme]")