Warning, /frameworks/kholidays/src/parsers/plan2/README is written in an unsupported language. File is not indexed.
0001 To generate the Bison/Flex parser/scanner code after any changes to 0002 holidayparserplan.ypp or holidayscannerplan.lpp run: 0003 0004 bison -d -o holidayparserplan.cpp holidayparserplan.ypp 0005 flex -i -B -oholidayscannerplan.cpp holidayscannerplan.lpp 0006 0007 Do not add this to the build system as it may be broken by differences in the 0008 installed versions of Bison and Flex on the build system. 0009 0010 The following files will be generated: 0011 0012 holidayparserplan.hpp 0013 holidayparserplan.cpp 0014 holidayscannerplan.hpp 0015 holidayscannerplan.cpp 0016 stack.hh 0017 location.hh 0018 position.hh 0019 0020 This version was built using Bison v2.3 and Flex v2.5.35. No later versions 0021 are guaranteed to work. In particular, it uses v2.1a of the Bison C++ 0022 skeleton (lalr1.cc), this skeleton was changed and renamed in Bison v2.4.