|
; [ʞ] 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
|
|
|
; [ʞ] sexpc.scm - sexp→c converter
; ~ lexi hale <lexi@hale>
; 🄯 GNU AGPL 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
|