Am having the same question i want to create a vb.net program to be able to scann parse,do semantic analysis on the ff
Int a,b;
Int c;
While (cond) do
A= B+ 1
Loop
Cond could be any compound boolean arithmetic function (a = b, a>b, a<b, a<=b, etc) which could include ANDs or Ors.
Int a,b;
Int c;
While (cond) do
A= B+ 1
Loop
Cond could be any compound boolean arithmetic function (a = b, a>b, a<b, a<=b, etc) which could include ANDs or Ors.