Menu

The goal (as of 12.26.11)

As I see it... one way to begin creating everything vilegust needs is to have it passing data out to library (specifically dlls) functions.

Such a program would call on a dll and (viola!) you have working executable structures:

Declare Sub CreateConsoleOutputA Using "user32.dll" (OutputText as String)
Call CreateConsoleOutputA ("hello world!")

If such a program fails to be compilable... well, I guess I have to come up with new goals.

So... just in case this idea fails, I've come up with new goals (a plan b, if you will).

Insert special symbols into the parser symboltable - print, clear, etc. - and leave their functionality up to the interpreter or compiler component.

Posted by Dominick 2011-12-26

Log in to post a comment.