• Dick Hollenbeck's avatar
    DSNLEXER::NextTok() organizes the specctraMode code better, into one if block mostly. · caf5fc8d
    Dick Hollenbeck authored
    This keeps it out of the KiCad mode path, making that leaner and less confusing about
    what is supported in KiCad mode.  Within KiCad mode, treat quoted vs. non-quoted tokens
    as the two general categories, with non-quoted having sub-categories.  Eliminate  
    an unimplemented, unused function declaration in DSNLEXER.
     
    Improve the output formatting of THROW_PARSE_ERROR().
    caf5fc8d
dsnlexer.cpp 19.6 KB