eryjus / ast-cc

An Abstract Syntax Tree compiler
1 stars 0 forks source link

Add a flag to not create a factory() function #14

Closed eryjus closed 7 years ago

eryjus commented 8 years ago

There might be times when a Factory() function is not wanted, so we should add a no-factory flag at the node level.