Shop OBEX P1 Docs P2 Docs Learn Events
Windows command line SPIN compiler — Parallax Forums

Windows command line SPIN compiler

Robot FreakRobot Freak Posts: 168
edited 2008-05-29 19:30 in Propeller 1
Hello,

Is parallax planning to make a command line Windows executable with only the SPIN compiler in it?

I'd like to make a program where the user can configure the program to be send to the prop.

Kind regards,
Robot Freak

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2008-05-14 15:41
    Previous statements have been a clear NO.
  • rokickirokicki Posts: 1,000
    edited 2008-05-14 18:01
    Yet, significant work has been done already (spincc on sourceforge) and I believe we are not that far off.
  • hippyhippy Posts: 1,981
    edited 2008-05-14 19:12
    @ rokicki : An update on progress, where you've got to, what works and doesn't, would be quite welcome I think.
  • rokickirokicki Posts: 1,000
    edited 2008-05-14 21:29
    Latest posting is here:

    http://forums.parallax.com/forums/default.aspx?f=25&m=253050&p=1&ord=d

    Essentially, the parser looks to be coming along nicely, but no work recently on it.

    From parser to code should be relatively straightforward.

    If anyone else wants to help, take a look at the source, build and run, and let me know
    what you think.

    -tom

    Code is at

    http://spinc.cvs.sourceforge.net/spinc/spinparser/

    To check it out with cvs, use

    cvs -d[img]http://forums.parallax.com/images/smilies/tongue.gif[/img]server:anonymous@spinc.cvs.sourceforge.net:/cvsroot/spinc login
    cvs -z3 -d[img]http://forums.parallax.com/images/smilies/tongue.gif[/img]server:anonymous@spinc.cvs.sourceforge.net:/cvsroot/spinc co -P spinparser
    
    



    If anyone has troubles just let me know.

    (All the work has been done by dfletcher.)
  • stevenmess2004stevenmess2004 Posts: 1,102
    edited 2008-05-14 23:14
    The parser was coming along nicely. It still has a lot of problems but is getting there. I don't think that dfletcher (developer) or I (breaker of parser smile.gif ) have had much time to work on it recently [noparse]:([/noparse].

    Someone also did some work on getting it to compile in Visual Studio. I started to put together an X-Code project for it but haven't had time to finish it yet.

    If there is anyone else with experience in these things help would be appreciated.
  • Jeff MartinJeff Martin Posts: 757
    edited 2008-05-29 19:30
    Robot Freak said...
    Hello,

    Is parallax planning to make a command line Windows executable with only the SPIN compiler in it?

    I'd like to make a program where the user can configure the program to be send to the prop.

    Kind regards,
    Robot Freak
    We have been working on this in the background for a couple months actually.· Not sure if anyone noticed, but ImageCraft's Propeller C compiler includes a DLL called Propellent which is really version 0.6 of this software I speak of "Propellent."· And that version was just a downloader; we hadn't gotten the compiler wrapped into it yet.

    Last night we released the official v1.0 Propellent software, which is a·library (DLL) and also an executable that includes the library within it.· The executable is what Robot Freak was asking for; a command-line Windows executable with the SPIN compiler (and much more) in it.· The DLL is for those that wish to build their own tool that has built-in Propeller support (of course, they could use the exe for many of the same purposes if they wish, but the DLL is better in that regard).

    You can find out more in this thread:· http://forums.parallax.com/showthread.php?p=728775

    Thanks.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    --Jeff Martin

    · Sr. Software Engineer
    · Parallax, Inc.
Sign In or Register to comment.