Topic:   Token Compilers   (Read 2225 times)


0 Members and 1 Guest are viewing this topic.

alias


  • Guest
Token Compilers
« on: July 13, 2009, 05:13:35 AM »
What is your oppinion on them? Im currently making a really basic.... BASIC (lol) token compiler in Blitzmax. so far i have variable declaration and iteration done. control structure will be tricky.....

Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
Re: Token Compilers
« Reply #1 on: July 13, 2009, 05:26:19 AM »
Token compilations rule. You just grab as many tokens as possible from the laundrette, go to the bowling alley arcade, steal a few there... and there you have it; a compilation of tokens :)

Or am I confusing this for something else?


alias


  • Guest
Re: Token Compilers
« Reply #2 on: July 13, 2009, 06:42:37 AM »
LOL programming fail.

A token compiler basically reads source from a text file, and interprets and executes it.

Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
Re: Token Compilers
« Reply #3 on: July 13, 2009, 06:50:43 AM »
Ah, I see.

Apologies for my ignorance, I'm still resting safe and sound inside the warm womb of RealBasic.


alias


  • Guest
Re: Token Compilers
« Reply #4 on: July 13, 2009, 08:09:26 AM »
Quote
Ah, I see.

Apologies for my ignorance, I'm still resting safe and sound inside the warm womb of RealBasic.

You could make a token compiler in that if you so pleased  :P