KNOWN BUGS:

- local static variables will not be recognized as statics. In
  fact, all local variables have the static-flag set ! so this version
  of the browser just simply ignores it.
  I probably have to dig much deeper into the compiler-sources to fix
  this

- linenumbers are not correct. For e.g. functions, they point to
  the line with the first symbol after the parameters and the closing
  ')' ! I would like to have the line of the identifier instead, but
  this would probably require a lot more changes to the YACC-file with
  a high risk to break it ! And the line number returned now is at 
  least pretty close to the identifier-line.

- Error handling is not completly implemented

- If the server needs more time to process a information request, it
  should tell the client to be patient. This is in preparation, but
  not implemented yet

- More than one client at a time has been implemented, but not tested very well.

- Multiple servers at a time have been implemented, but not intensivly
  tested 

- server can not start if IPC-ressource is still existant.

