Reputation: 219
Can anyone shed some light on this? From Bison's documentation, I didn't see anything related to this topic. Thanks very much in advance. Mark
Upvotes: 1
Views: 1205
Reputation: 15164
Bison and Yacc produce a C/C++ code, it depends on your compiler settings what assembly (32/64bit) will be produced.
Upvotes: 4