Skip to content
  • Carl Worth's avatar
    Starting over with the C99 grammar for the preprocessor. · 3ff81670
    Carl Worth authored
    This is a fresh start with a much simpler approach for the flex/bison
    portions of the preprocessor. This isn't functional yet, (produces no
    output), but can at least read all of our test cases without any parse
    errors.
    
    The grammar here is based on the grammar provided for the preprocessor
    in the C99 specification.
    3ff81670