]> git.saurik.com Git - bison.git/commit - ChangeLog
Make variant.yy more complex.
authorAkim Demaille <demaille@gostai.com>
Mon, 21 Jul 2008 19:23:42 +0000 (21:23 +0200)
committerAkim Demaille <demaille@gostai.com>
Tue, 4 Nov 2008 20:43:19 +0000 (21:43 +0100)
commit9718cfa902806db3134c3c883457b548e23fb4a4
tree6ce268def3af2cb06617890eabfc5b7732a3ef38
parenta6df593dfe9918e8d9bdf8f59c881e93d5d292e8
Make variant.yy more complex.

std::list cannot be copied via memcpy, they are more demanding than
std::string.  Use one std::list to strengthen the test.

* examples/variant.yy: Use lalr1-fusion.cc, not lalr1.cc.
Adjust.
Create a list of strings, instead of a single large string.
ChangeLog
examples/variant.yy