DeveloperLiberationFront / Excel-Function-Visualizer

Justin tends to his trees
2 stars 1 forks source link

No-Argument functions lose examples #30

Open jalanmiddleton opened 8 years ago

jalanmiddleton commented 8 years ago

Examples are usually stored in leaves, but functions without arguments (NOW, ROW) are not currently treated as leaves even though they are, in fact, leaves.

Gmaster89 commented 8 years ago

The formulas without arguments can be assigned as discrete token (like in FormulaToken.java), so for the time being they can be treated as non operation node as a leaf.