Differences From Artifact [7c5e1b9792]:
- File sexpc/sexpc.scm — part of check-in [9259bf507d] at 2019-07-28 12:40:46 on branch trunk — add fabulist collaborative interaction fiction server (keeping it here until it gets its own repo) (user: lexi, size: 11669) [annotate] [blame] [check-ins using]
To Artifact [fdab32f542]:
- File sexpc/sexpc.scm — part of check-in [0f5a51907d] at 2023-04-13 07:26:12 on branch trunk — relicense to EUPL (user: lexi, size: 11663) [annotate] [blame] [check-ins using]
1 1 ; [ʞ] sexpc.scm - sexp→c converter 2 2 ; ~ lexi hale <lexi@hale> 3 -; © GNU Affero GPL v3 3 +; 🄯 EUPL v1.2 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 9 9 ; definitions from a human-readable syntax, 10 10 ; removing the difficulties introduced by C's