Thread
:
Design and implement a lexical analyzer written in C
View Single Post
#
8
(
permalink
)
06-04-2008, 01:42 PM
~bleach~
Newbie
Join Date: May 2008
Posts: 15
Credits:
0
Rep Power:
3
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
~bleach~
View Public Profile
Send a private message to ~bleach~
Find all posts by ~bleach~