pre scripts marked as skint scripts

This commit is contained in:
ESL 2024-07-31 23:17:37 -04:00
parent 9fd3e04956
commit de3deba498
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#! /usr/bin/env skint -s
;---------------------------------------------------------------------------------------------
; Skint k.sf precursor compiler (k.sf => k.c)
;---------------------------------------------------------------------------------------------

View file

@ -1,3 +1,5 @@
#! /usr/bin/env skint -s
;---------------------------------------------------------------------------------------------
; Skint n.sf precursor compiler (n.sf => n.c)
;---------------------------------------------------------------------------------------------

View file

@ -1,3 +1,5 @@
#! /usr/bin/env skint -s
;---------------------------------------------------------------------------------------------
; Skint n.sf precursor compiler (n.sf => n.h)
;---------------------------------------------------------------------------------------------

View file

@ -1,3 +1,5 @@
#! /usr/bin/env skint -s
;---------------------------------------------------------------------------------------------
; Skint .scm precursors compiler (Limited Scheme => Serialized code as C data)
;---------------------------------------------------------------------------------------------