Author: fahland Date: Fri Jul 18 15:03:41 2008 New Revision: 90 URL: http://svn.gna.org/viewcvs/service-tech?rev=90&view=rev Log:
Changes: - Re-enabled the error routine of the parser. Parser errors are now printed to the console. - Added null pointer checking in Block::linkInserts() and disabled filtering in the parser. Fixes Bug #12027, https://gna.org/bugs/index.php?12027 - Added wbim:humanTask to the lexer. Is parsed and represented as normal task. - Added wbim:bulkResourceRequirement to the lexer. Is parsed as role requirement. This is feasible because role requirements are (currently) ignored in the process translation, fixes Bug #12031, https://gna.org/bugs/?12031 - Added wbim:indidividualResourceRequirement to the lexer. Is parsed as role requirement. This is feasible because role requirements are (currently) ignored in the process translation - Extended parser to read atomic "callToProcess"-tags without children - changed help output to provide correct and meaningful examples for commandline parameters This release correctly parser libraries a1-a4, b1-b4, and p1. Library m1 cannot be parsed due to an unrecoverable error in the parser implementation, see Bug #12041, https://gna.org/bugs/?12041 Modified: trunk/uml2owfn_soundness2/configure.ac trunk/uml2owfn_soundness2/src/block.cc trunk/uml2owfn_soundness2/src/block.h trunk/uml2owfn_soundness2/src/debug.cc trunk/uml2owfn_soundness2/src/frontend-lexer.ll trunk/uml2owfn_soundness2/src/frontend-parser.yy trunk/uml2owfn_soundness2/src/options.cc trunk/uml2owfn_soundness2/src/uml2owfn.cc -- You received this e-mail, because you subscribed the mailing list "service-tech-commits" which will forward you any e-mail addressed to [EMAIL PROTECTED] If you want to unsubscribe or make any changes to your subscription, please go to https://mail.gna.org/listinfo/service-tech-commits.
