A complier using LLVM for the esoteric language Whirl (blog.bigzaphod.org) 5 points by BigZaphod 17y ago ↗ HN
[–] khandekars 17y ago ↗ Wow! This reminds of Knuth's MIX, core wars, Post-Turing machine et al.In http://bigzaphod.org/whirl/llvm/whirl-llvm.cpp, I'm intrigued by the block:extern "C" {#include "whirl-runtime.c"}
1 comment
[ 0.19 ms ] story [ 9.9 ms ] threadIn http://bigzaphod.org/whirl/llvm/whirl-llvm.cpp, I'm intrigued by the block:
extern "C" {
#include "whirl-runtime.c"
}