Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #557
| From | Uli Kusterer <ulimakesacompiler@googlemail.com> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Some source code to look at |
| Date | 2012-04-15 15:50 +0200 |
| Organization | Compilers Central |
| Message-ID | <12-04-014@comp.compilers> (permalink) |
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
Back to comp.compilers | Previous | Next | Find similar
Some source code to look at Uli Kusterer <ulimakesacompiler@googlemail.com> - 2012-04-15 15:50 +0200
csiph-web