VBGamer |
|
Compiler in VB... Corre (0 replies, 0 views) (2000-Aug-11) Making a compiler in VB is not only possible, it is also quite simple. (And btw, it wouldn't be hard to make a C++ compiler in VB.) I suggest you look into BNF or EBNF (Backus-Naur Form) which is a language that is used to describe languages, and which is easily translated into code. I used this to make a compiler using VB4 some years ago.
/Corre |