As a learning aid for myself and for other would be source language writers for LLVM, I have decided to write a very simple language I'm calling "Stacker". Its kinda like Forth but way, way, way simpler. Its nowhere near ANS Forth and it won't be useful for much other than demonstrating how to create a source language using LLVM. I thought I'd mention this just so everyone knew that such a thing was coming down the pipe (I doubt it'll make it in 1.1 but we'll see). I'm assuming the right place to put this in the source tree is "projects"? Please correct me if I'm wrong. Reid. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031118/3cf4681c/attachment.sig>
On Tue, 18 Nov 2003, Reid Spencer wrote:> As a learning aid for myself and for other would be source language > writers for LLVM, I have decided to write a very simple language I'm > calling "Stacker". Its kinda like Forth but way, way, way simpler. Its > nowhere near ANS Forth and it won't be useful for much other than > demonstrating how to create a source language using LLVM. I thought I'd > mention this just so everyone knew that such a thing was coming down the > pipe (I doubt it'll make it in 1.1 but we'll see).Cool!> I'm assuming the right place to put this in the source tree is > "projects"? Please correct me if I'm wrong.Yes, that would be a great place for it. We've talked about having a nice simple front-end to include with the LLVM source tree... this would be really cool. :) -Chris -- http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/
That will be really, really useful! --Vikram http://www.cs.uiuc.edu/~vadve> -----Original Message----- > From: llvmdev-admin at cs.uiuc.edu > [mailto:llvmdev-admin at cs.uiuc.edu] On Behalf Of Reid Spencer > Sent: Tuesday, November 18, 2003 10:03 PM > To: LLVMdev List > Subject: [LLVMdev] Stacker > > > As a learning aid for myself and for other would be source language > writers for LLVM, I have decided to write a very simple language I'm > calling "Stacker". Its kinda like Forth but way, way, way > simpler. Its > nowhere near ANS Forth and it won't be useful for much other than > demonstrating how to create a source language using LLVM. I > thought I'd > mention this just so everyone knew that such a thing was > coming down the > pipe (I doubt it'll make it in 1.1 but we'll see). > > I'm assuming the right place to put this in the source tree is > "projects"? Please correct me if I'm wrong. > > Reid. > > >
This work will now be tracked under bugzilla bug #136. Please follow up there. http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=136 Reid. On Tue, 2003-11-18 at 20:03, Reid Spencer wrote:> As a learning aid for myself and for other would be source language > writers for LLVM, I have decided to write a very simple language I'm > calling "Stacker". Its kinda like Forth but way, way, way simpler. Its > nowhere near ANS Forth and it won't be useful for much other than > demonstrating how to create a source language using LLVM. I thought I'd > mention this just so everyone knew that such a thing was coming down the > pipe (I doubt it'll make it in 1.1 but we'll see). > > I'm assuming the right place to put this in the source tree is > "projects"? Please correct me if I'm wrong. > > Reid.-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031119/202e598f/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031119/202e598f/attachment.sig>
Reasonably Related Threads
- [LLVMdev] compile errors with demo projects Stacker and Hello
- [LLVMdev] compile errors with demo projects Stacker and Hello
- [LLVMdev] Stacker config problems
- [LLVMdev] Removing $(LLVM_SRC_ROOT)/autoconf dependensies in Stacker, llvm-java [PATCH]
- [LLVMdev] Stacker Example