Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news.iecc.com!nerds-end From: Uli Kusterer Newsgroups: comp.compilers Subject: Some source code to look at Date: Sun, 15 Apr 2012 15:50:38 +0200 Organization: Compilers Central Lines: 28 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <12-04-014@comp.compilers> NNTP-Posting-Host: news.iecc.com X-Trace: leila.iecc.com 1334588321 40974 64.57.183.58 (16 Apr 2012 14:58:41 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Mon, 16 Apr 2012 14:58:41 +0000 (UTC) Keywords: available Posted-Date: 16 Apr 2012 10:58:41 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com X-Received-Bytes: 1996 Xref: csiph.com comp.compilers:557 Hi, I recently decided to open-source the little programming language project I've been working on in my spare time for the last couple years. It is a scripting language based on HyperTalk, compiled to a custom byte-code that is then interpreted. You can find the source for the host application Stacksmith and the Forge parser/compiler and the Leonie interpreter at https://github.com/uliwitness/Stacksmith I thought it might be interesting to someone to see how someone else approached their programming language, particularly one that is rather high-level like HyperTalk. I'm working on this on a Mac, so you'll only be able to build it out of the box and run it if you're running Mac OS X, but Leonie and Forge are written in portable C/C++, so at least the source code should be familiar, and if someone made a Makefile, it would probably build. I'm still dithering on what license to put it under, so if you have suggestions, or have used a particular license before and want to recommend it or speak against it, that'd be great. Cheers, -- Uli Kusterer http://stacksmith.com