This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
kevin diggs <diggskevin38@gmail.com> writes: > Do you know when the changes were made (when did GCC go to hand > written lexers and parsers?)? 3.4.6 still uses a bison parser, right? > I think it uses a hand written lexer (built into the preprocessor?). The C++ parser stopped using bison in gcc 3.4. The C parser stopped using bison in gcc 4.1. Ian
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |