Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: CO2 - proposal for a C like JIT compiler

  1. #11
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    Re: CO2 - proposal for a C like JIT compiler

    Charles your ideas are as good as the clever names you come up with: ASMosphere and now Co2
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

  2. #12

    Re: CO2 - proposal for a C like JIT compiler

    I also dont like {} signs.uh!!!!

  3. #13

    Re: CO2 - proposal for a C like JIT compiler

    The C developers did not like typing but this should be possible:

    #define begin {
    #define end }
    #define sub void

    sub main()
    begin
    print ("Hello World!")
    end

  4. #14

    Re: CO2 - proposal for a C like JIT compiler

    Quote Originally Posted by Charles Pegge
    The C developers did not like typing but this should be possible:

    #define begin {
    #define end }
    #define sub void

    sub main()
    begin
    print ("Hello World!")
    end
    And here we are with a perfect PASCAL block embending which I personally like very very much.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Oxygen Compiler Compiler
    By Charles Pegge in forum Programs
    Replies: 11
    Last Post: 17-08-2010, 17:31

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •