Custom implementation of implicit node types

Issue #102 resolved
Jesper Öqvist created an issue

Click here to view original trac ticket.

The user should be able to provide a custom implementation of List, Opt and ASTNode.

Comments (3)

  1. Jesper Öqvist reporter

    We could add a --generateImplicits={true,false} command-line option, then skip generation of ASTNode, List and Opt if the option is set to false.

  2. Jesper Öqvist reporter

    The --generateImplicits option has now been added. However, it is probably not that useful because you still need all the default methods etc. in ASTNode.

  3. Log in to comment