tekknolagi / scrapscript

A functional, content-addressable programming language.
https://scrapscript.fly.dev/repl
Other
376 stars 10 forks source link

Write a compiler from Scrapscript to C #120

Closed tekknolagi closed 5 months ago

tekknolagi commented 5 months ago

Emit straight C, no IR. Includes a GC and small runtime.

Has immediate small integers (no bignum), small strings and heap strings, and immediate empty list.

tekknolagi commented 5 months ago

TODO... test it...

tekknolagi commented 5 months ago

rebased on top of variants-in-trunk