Fleet  0.0.9
Inference in the LOT
Classes
Node.h File Reference

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"
Include dependency graph for Node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Node
 

Detailed Description

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.