I have been challenged by a friend to write a QBasic compiler in QBasic.
Where can I find a language specification for the latest version of the language?
|
I have been challenged by a friend to write a QBasic compiler in QBasic. Where can I find a language specification for the latest version of the language? |
|||||||||||||||
|
|
Microsoft's QBasic IDE comes with fairly complete documentation of the language and provided routines. So far as I know, that is about as complete a specification as you'll find, but it should be enough to write a compiler for (most of) the language, aside from undocumented DOS-specific peek/poke magic. |
|||
|