SyCODE Basic

I invite you all to help me design my Basic compiler
http://www.programmersheaven.com/groups/compilerdev

Comments

  • : I invite you all to help me design my Basic compiler
    : http://www.programmersheaven.com/groups/compilerdev
    :
    Looks interesting. Will it use the same commands as the regular QBasic IDE, or will it have it's own commands? Basially, is it an IDE or a whole diferent language similar to QBasic?
  • : : I invite you all to help me design my Basic compiler
    : : http://www.programmersheaven.com/groups/compilerdev
    : :
    : Looks interesting. Will it use the same commands as the regular QBasic IDE, or will it have it's own commands? Basially, is it an IDE or a whole diferent language similar to QBasic?
    :

    It is a new language, it will use the basic syntax + many extensions.
    There will be a standart basic library that will be much like the original basic lib but with no strange syntax like Line (10, 10)-(100,100), it will probably be replaced by static arrays Line (10,10),(100,100)

    I don't know how it will be with OPEN COM because I don't know how to make it, but most common functions like graphics and string manipulation will be present (and faster)
  • : : : I invite you all to help me design my Basic compiler
    : : : http://www.programmersheaven.com/groups/compilerdev
    : : :
    : : Looks interesting. Will it use the same commands as the regular QBasic IDE, or will it have it's own commands? Basially, is it an IDE or a whole diferent language similar to QBasic?
    : :
    :
    : It is a new language, it will use the basic syntax + many extensions.
    : There will be a standart basic library that will be much like the original basic lib but with no strange syntax like Line (10, 10)-(100,100), it will probably be replaced by static arrays Line (10,10),(100,100)
    :
    : I don't know how it will be with OPEN COM because I don't know how to make it, but most common functions like graphics and string manipulation will be present (and faster)
    :
    Oh, ok, I see. Question kind of answered when I answered your post "Could you help me inventing new stuff ?"...but thanks for the fast answer.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories