- inifile-->newl_parser
- inifileLexer-->newl_lexer
- inifile_driver-->newl_driver
- nm views symbols of object files
- To remedy error "multiple definition of `yyFlexLexer::yywrap()'", remove option %noyywrap--then manually redefine "int yyFlexLexer::yywrap() { return 1; }" in file lexer.ll. Flex defines yyFlexLexer::yywrap() in both %.cc and %.hh--the linker encounters multiple declarations if two objects (lexer.o and driver.o, for example, if driver.cc includes lexer.hh).
- Bond's "Duel" from the album "Born"
- Arvo Pärt's "An den Wassern zu Babel", from the album "Arbos"
- Yann Tiersen's "Le Moulin" from the album "Le Fabuleux Destin d'Amelie Poulain"
- parse() handles both char * (filename) and std::istream (stdin) depending on the signature of the call.
- Max Richter's "Sarajevo" from his album "Memoryhouse"
- Completed fully object-oriented Flex+Bison simple calculator.
Saturday, August 09, 2008
Saturday Development Log
Saturday:
No comments:
Post a Comment