Skip to content
  • David Gobbi's avatar
    COMP: Comprehensive approach to parsing basic types. · 9dc56d68
    David Gobbi authored
    All basic types are handled in the lexer now.  This simplifies
    the rules in the parser.  All orderings are supported, e.g.
    int long unsigned, unsigned long int, long int unsigned, etc.
    Also, "unsigned" and "signed" by themselves are recognized types.
    9dc56d68