|
From: Vladimir S. <ha...@so...> - 2004-03-07 19:01:02
|
Hi Rui, >Yes, that's my idea too. For the current specification of LSCP the simple >and raw approach is quite enough, and it works too ;) > > But . . . bison also works and it is easier to maintain :) Could you give me a quick summary of why you dislike bison? I wrote a simple netcat script to test the parser (attached) and i'm having some issues with your parser, while bison generated code appears to be working correctly. First of all, netcat gets stuck after first command. So my script is not working and i have to input command manually. Then some specific commands didn't work correctly: GET CHANNELS GET AVAILABLE_ENGINES SET CHANNEL AUDIO_OUTPUT_TYPE QUIT Regards, Vladimir. |