muNode a class using muParser, for info. #141
krcwrhvgyxzqelljes
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions