KAttila
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
Created Generator property macro
Hi! I have a relatively complex first order logic language, which I'd like to convert / generate into a simpler language, which then can be textgen'd into prolog code. I have a Constant in my input... -
Created Setting a scope for children of a node
Hello! I want to set the outer scope in which I can see references to some nodes. If I understand the scopes tutorial correctly, overriding the getScope() method changes the scope of the node it's ... -
Created Substitute node immediately upon condition
Hi! I made a substitute menu which replaces the current node with another node if the child of the current node is of a specific type. To illustrate: I instantiated two types of nodes, Child1 and C... -
Edited Vertical list modify "enter" behavior
Hi! I have a Sheet with SheetEntry children, one of these is an empty line, and another one is my FunctionList node, which contains a list of Function nodes. Image 1 above, Image 2 below Now, wha...