Changeset 12f671e


Ignore:
Timestamp:
Sep 28, 2023, 10:43:35 PM (9 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
0bb64bfa
Parents:
5f917740
Message:

tweak comments for CFA comand-line options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r5f917740 r12f671e  
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Sep 28 09:11:21 2023
    13 // Update Count     : 686
     12// Last Modified On : Thu Sep 28 22:28:45 2023
     13// Update Count     : 687
    1414//
    1515
     
    540540        { "ascodegen", codegenp, true, "print AST as codegen rather than AST" },
    541541        { "asterr", errorp, true, "print AST on error" },
    542         { "declstats", declstatsp, true, "code property statistics" },
    543         { "parse", yydebug, true, "yacc (parsing) debug information" },
     542        { "declstats", declstatsp, true, "print code property statistics" },
     543        { "parse", yydebug, true, "print yacc (parsing) debug information" },
    544544        { "pretty", prettycodegenp, true, "prettyprint for ascodegen flag" },
    545545        { "rproto", resolvprotop, true, "resolver-proto instance" },
Note: See TracChangeset for help on using the changeset viewer.