[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Creating a multi-pass parser for C++



Is it possible to use sablcc to create a multiple pass parser for
parsing C++? I figured it would be a good thing to create one using the
ideas gained from reading Ed Willink's dissertation. In particular I was
wondering if the FOG analysis phases was possible to reproduce them.

Stephen