-
Building re2c after a make clean will fail:
# cd re2c-0.13.5
# ./configure
# make
# make clean
test -z "re2c" || rm -f re2c
test -z "parser.cc y.tab.c y.tab.h scanner.cc re2c.1 .version
htdocs/manual.html" || rm -f parser.cc y.tab.c y.tab.h scanner.cc re2c.1
.version htdocs/manual.html
rm -f *.o
# ./configure
# make
yacc...
2009-12-24 20:57:38 UTC by nobody
-
YMFhZ5 dztewhtgjses, [url=http://ielvugclvpbl.com/]ielvugclvpbl[/url], [link=http://adsvdtjwgtwd.com/]adsvdtjwgtwd[/link], http://wzjtrghajszi.com/.
2009-09-27 09:09:22 UTC by nobody
-
I suggest to convert a parameter like "i" (function "compile") and "Go" (function "find") from a pointer to a reference so that further tests can be omitted because the intended check can be performed at compile time.
http://en.wikipedia.org/wiki/Reference_(C%2B%2B)#Relationship_to_pointers
Can such an interface design adjustment be applied on other places in the source code, too?...
2009-09-18 13:21:06 UTC by elfring
-
Would you like to apply the advices from the article "http://en.wikipedia.org/wiki/Const-correctness" to more places in your sources?
I suggest to add the key word "const" to the type specifiers for parameters like the following.
r1, r2 (function "doDiff")
rep (function "MatchOp::calcSize")
http://re2c.svn.sourceforge.net/viewvc/re2c/trunk/re2c/actions.cc?revision=896&view=markup...
2009-09-18 11:24:02 UTC by elfring