Differences From Artifact [46b6c9a575]:
- File sexpc/sexpc.scm — part of check-in [844294c3a4] at 2019-07-24 22:36:50 on branch trunk — add support for conditionals, array indexing, and reference-taking (user: lexi, size: 11672) [annotate] [blame] [check-ins using] [more...]
To Artifact [8d07b14bd7]:
- File sexpc/sexpc.scm — part of check-in [7ba40af07e] at 2019-07-25 11:06:57 on branch trunk — add nkvd.c and make infra (user: lexi, size: 11669) [annotate] [blame] [check-ins using]
1 -; [ʞ] sexpc.scm - sexp→c converter 1 +[ʞ] sexpc.scm - sexp→c converter 2 2 ; ~ lexi hale <lexi@hale> 3 3 ; © GNU Affero GPL v3 4 4 ; $ chicken-csc -O5 sexpc.scm; strip sexpc 5 5 ; > ./sexpc <file> 6 6 ; ? a tool to convert sheets of s-expressions into 7 7 ; valid C, enabling the use of Scheme as a 8 8 ; preprocessor language. it also generates C type