Author: niels
Date: Fri Dec  6 11:03:34 2013
New Revision: 8772

URL: http://svn.gna.org/viewcvs/service-tech?rev=8772&view=rev
Log:
- moved functions to locate errors in input files to class Input
- moved error functions of all parsers to Parser/error.{cc,h}
- sockets complain more silently in case the network is unreachable and this is 
marked as uncritically
- tidied up lexers: fewer header inclusions and usage of external variables
- added token locations to all lexers and parsers
- tidied up parsers: fewer header inclusions and usage of external variables
- simplified file handling: all parsers now read from netFile (should be 
renamed)


Added:
    trunk/lola2/src/Parser/error.cc
    trunk/lola2/src/Parser/error.h
Removed:
    trunk/lola2/src/Parser/Diagnosis.cc
    trunk/lola2/src/Parser/Diagnosis.h
Modified:
    trunk/lola2/src/Core/Handlers.h
    trunk/lola2/src/InputOutput/InputOutput.cc
    trunk/lola2/src/InputOutput/InputOutput.h
    trunk/lola2/src/InputOutput/Socket.cc
    trunk/lola2/src/Makefile.am
    trunk/lola2/src/Parser/Lexic.ll
    trunk/lola2/src/Parser/LexicBuechi.ll
    trunk/lola2/src/Parser/LexicFormula.ll
    trunk/lola2/src/Parser/ParserPTBuechi.yy
    trunk/lola2/src/Parser/ParserPTFormula.yy
    trunk/lola2/src/Parser/ParserPTNetLoLA.yy
    trunk/lola2/src/Planning/Task.cc


-- 
You received this e-mail, because you subscribed the mailing list 
"service-tech-commits" which will forward you any e-mail addressed to 
service-tech-commits@gna.org. If you want to unsubscribe or make any changes to 
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.

Reply via email to