/[svn]
ViewVC logotype

Revision 219


Jump to revision: Previous Next
Author: schoenebeck
Date: Tue Aug 17 20:35:04 2004 UTC (19 years, 7 months ago)
Changed paths: 10
Log Message:
* completely removed the lex scanner and replaced it by pure yacc rules
  for all terminal symbols (that is command keywords and variables) to
  avoid misunderstandings while parsing (e.g. recognition of command
  keywords in string arguments)
* src/drivers/audio/AudioChannel.cpp: changed channel parameter 'Name' to
 'NAME' as defined in the LSCP documentation


Changed paths

Path Details
Directorylinuxsampler/trunk/src/drivers/audio/AudioChannel.cpp modified , text changed
Directorylinuxsampler/trunk/src/network/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/network/lscp.l deleted
Directorylinuxsampler/trunk/src/network/lscp.y modified , text changed
Directorylinuxsampler/trunk/src/network/lscpparser.cpp modified , text changed
Directorylinuxsampler/trunk/src/network/lscpparser.h modified , text changed
Directorylinuxsampler/trunk/src/network/lscpscanner.cpp deleted
Directorylinuxsampler/trunk/src/network/lscpserver.cpp modified , text changed
Directorylinuxsampler/trunk/src/network/lscpserver.h modified , text changed
Directorylinuxsampler/trunk/src/network/lscpsymbols.h modified , text changed

  ViewVC Help
Powered by ViewVC