# Functions
No description provided by the author
NewExprRewriter creates a new ExprRewriter for the given target format.
# Structs
No description provided by the author
ExprRewriter parses an input expression and rewrite it according to the target lauguage format: - convert snake-case names to camel case for Go.
# Interfaces
ExprHandler represents any object which can rewrite an expression according to certain rules.
# Type aliases
No description provided by the author