Shop OBEX P1 Docs P2 Docs Learn Events
Basic, C, Pascal for the Propeller — Parallax Forums

Basic, C, Pascal for the Propeller

hippyhippy Posts: 1,981
edited 2008-06-08 05:16 in Propeller 1
Propellent ( http://forums.parallax.com/showthread.php?p=728775 ) got me fired up enough to return to a project I'd put on the back burner; a multi-language converter to Spin.

So far supports Basic and a subset of C and Pascal. Still a way to go yet and the syntax parsing is held together with duct tape just enough to make the example compile and there are almost zero semantic checks but here's a sneak preview to get people excited smile.gif

It's currently a 16-bit MSDOS command line utility so 8-dot-3 filenames. SPP-DEMO.PCC is the source, SPI-DEMO.SPI is the output, compile with "SPP SPP-DEMO".

Supports #Includes, #Defines and #If conditional compilation.

Comments

  • BradCBradC Posts: 2,601
    edited 2008-06-08 05:16
    Oh! Very nice indeed [noparse]:)[/noparse]

    (I'm a Pascal hack from a _long_ way back so I'm very interested in what transpires!)
Sign In or Register to comment.