![]() |
Fleet
0.0.9
Inference in the LOT
|
A Node is the primary internal representation for a program – it recursively stores a rule and the arguments to a rule. Nodes are generated by grammars and the main thing contained in a LOTHypothesis. More...
#include <functional>#include <stack>#include "IO.h"#include "Miscellaneous.h"#include "Rule.h"#include "Program.h"#include "BaseNode.h"#include "Builtins.h"

Go to the source code of this file.
Classes | |
| class | Node |
A Node is the primary internal representation for a program – it recursively stores a rule and the arguments to a rule. Nodes are generated by grammars and the main thing contained in a LOTHypothesis.
1.8.13