Search code examples
clisps-expression

Write C as s-expressions


I want to write C in s-expressions and use compile-time macros. Does anybody know of anything that does this? It should translate the s-expressions into standard C.


Solution

  • Related: