I need some help for my language

Hi,
I'm working on programming language and I need help.
But i don't want my language to compiled into machine code.
You see in order to run it you need a viewer.
This is my first time working on a project like this and I'm not sure What I need to do to get started.
Can anyone help me?


Comments

  • : Hi,
    : I'm working on programming language and I need help.
    : But i don't want my language to compiled into machine code.
    : You see in order to run it you need a viewer.
    : This is my first time working on a project like this and I'm not
    : sure What I need to do to get started.
    : Can anyone help me?
    :
    Get a copy of MiniBasic from my website and launch yourself into the parser game.

    You can modify the script interpreter to interpret your own language if you want. Start with variables and expressions, and build up from there.

  • : : Hi,
    : : I'm working on programming language and I need help.
    : : But i don't want my language to compiled into machine code.
    : : You see in order to run it you need a viewer.
    : : This is my first time working on a project like this and I'm not
    : : sure What I need to do to get started.
    : : Can anyone help me?
    : :
    : Get a copy of MiniBasic from my website and launch yourself into the
    : parser game.
    :
    : You can modify the script interpreter to interpret your own language
    : if you want. Start with variables and expressions, and build up from
    : there.
    :
    :
    ???????
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