|
; [ʞ] 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
|
|
|
[ʞ] 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
|