util  Diff

Differences From Artifact [7c5e1b9792]:

To Artifact [fdab32f542]:


1
2
3
4
5
6
7
8
9
10
; [ʞ] sexpc.scm - sexp→c converter
;  ~ lexi hale <lexi@hale>
;  © GNU Affero GPL v3
;  $ chicken-csc -O5 sexpc.scm; strip sexpc
;  > ./sexpc <file>
;  ? a tool to convert sheets of s-expressions into
;    valid C, enabling the use of Scheme as a
;    preprocessor language. it also generates C type
;    definitions from a human-readable syntax,
;    removing the difficulties introduced by C's


|







1
2
3
4
5
6
7
8
9
10
; [ʞ] sexpc.scm - sexp→c converter
;  ~ lexi hale <lexi@hale>
;  🄯 EUPL v1.2
;  $ chicken-csc -O5 sexpc.scm; strip sexpc
;  > ./sexpc <file>
;  ? a tool to convert sheets of s-expressions into
;    valid C, enabling the use of Scheme as a
;    preprocessor language. it also generates C type
;    definitions from a human-readable syntax,
;    removing the difficulties introduced by C's