View Single Post
  #8 (permalink)  
Old 06-04-2008, 01:42 PM
~bleach~ ~bleach~ is offline
Newbie
 
Join Date: May 2008
Posts: 15
Credits: 0
Rep Power: 3
~bleach~ is on a distinguished road
Default Re: Design and implement a lexical analyzer written in C

the grammer is

while (expr) do stmt
ex : while (1) do y=y+1

if (expr) then stmt
ex : if(1) then x=x+1
Reply With Quote