Option to change implicit node names

Issue #101 resolved
Jesper Öqvist created an issue

Click here to view original trac ticket.

There should be options to change the names of implicit generated node types. These options would allow the user to specify custom names for ASTNode, Opt and List.

Comments (4)

  1. Jesper Öqvist reporter

    Added options to rename ASTNode, List and Opt

    • added the "--ASTNode=" option to rename ASTNode
    • added the "--List=" option to rename List
    • added the "--Opt=" option to rename Opt

    fixes issue #101 (bitbucket)

    → <<cset 911a6d533fa5>>

  2. Log in to comment