muNode a class using muParser, for info.
krcwrhvgyxzqelljes opened this issue · 0 comments
krcwrhvgyxzqelljes commented
I made a muNode class wich uses muParser to parse the conditions, expressions.
The goal was to read in text files containing conditions, expressions, commands, and add them into a node structure.
When the node hierarchy is completed, the condition flow can be executed like a interpreter.
Within the source is example that run's trough 3 nested while loops and is also capable of running nested text files.
https://github.com/krcwrhvgyxzqelljes/muNode/blob/main/README.md