<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
My hat is off to everyone that's worked on LLVM.<BR>
<BR>
I started coding Stacker yesterday from scratch as a background task in between doing "real" :) work. Tonight I got my first program generated by the Stacker compiler to compile, link and execute. The entire control flow of Stacker is done (mind you its trivial). All that remains is to fill in code generation for about 60 built-in words.<BR>
<BR>
I'm shocked. 8 Hours work? Is compiler writing supposed to be this easy?<BR>
<BR>
Kudos. LLVM Rocks.<BR>
<BR>
Reid
</BODY>
</HTML>