PtrMan
PtrMan
Most of Stamps can be stored off-heap with ByteBuffer to reduce the memory size overhead of GC'ed memory.
* introduced InferenceCommands for the common functionality of inference rules This should be an enabler for further refactoring and some kind of customization of inference rules. It should make it...
The parser needs a rework * the narsese parser must build a AST * the AST must be transformed to the internal representation of terms/statements/products/etc This provides some way to...
first partially done version. untested (due to the usual git chaos in GUI)
addOperator shouldn't be accessible from the outside because it fails to initialize the Operator/plugin directly. The same is true for memory - maybe we need a accessor here.