|
Friday, July 30, 2004 |
I've previously written about how to generate the C VM for Slate. The instructions are slightly different now to build the C VM for the CVS version.
From Common Lisp (again, I used SBCL on Linux), to generate the C source, compile and run :
(load "slate.lisp") './src/init.slate' fileIn. './src/mobius/init.slate' fileIn. './src/mobius/c/init.slate' fileIn. './src/mobius/vm/init.slate' fileIn. VM generateVM: 'vm'. VM buildImage: 'vm.image' &littleEndian: True. make ./vm vm.image
4:08:05 PM
|
|
Stacker is a Forth like programming language used as a demonstration on how to develop for LLVM (the Low Level Virtual Machine).
11:45:43 AM
|
|
© Copyright 2005 Chris Double.
|
|
|