LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
pynars/Config.py
pynars/Console.py
pynars/Global.py
pynars/__init__.py
pynars/config.json
pynars.egg-info/PKG-INFO
pynars.egg-info/SOURCES.txt
pynars.egg-info/dependency_links.txt
pynars.egg-info/requires.txt
pynars.egg-info/top_level.txt
pynars/NAL/__init__.py
pynars/NAL/_generate_init_file.py
pynars/NAL/Functions/BudgetFunctions.py
pynars/NAL/Functions/DesireValueFunctions.py
pynars/NAL/Functions/ExtendedBooleanFunctions.py
pynars/NAL/Functions/StampFunctions.py
pynars/NAL/Functions/TemporalFunctions.py
pynars/NAL/Functions/Tools.py
pynars/NAL/Functions/TruthValueFunctions.py
pynars/NAL/Functions/UncertaintyMappingFunctions.py
pynars/NAL/Functions/__init__.py
pynars/NAL/Inference/CompositionalRules.py
pynars/NAL/Inference/ConditionalSyllogisticRules.py
pynars/NAL/Inference/ImmediateRules.py
pynars/NAL/Inference/LocalRules.py
pynars/NAL/Inference/SyllogisticRules.py
pynars/NAL/Inference/TemporalRules.py
pynars/NAL/Inference/__init__.py
pynars/NAL/MentalOperation/__init__.py
pynars/NAL/MentalOperation/_aware.py
pynars/NAL/MentalOperation/_execute.py
pynars/NAL/MentalOperation/_register.py
pynars/NAL/MetaLevelInference/GoalDerivation.py
pynars/NAL/MetaLevelInference/QuestionDerivation.py
pynars/NAL/MetaLevelInference/TemporalInference.py
pynars/NAL/MetaLevelInference/__init__.py
pynars/NAL/MetaLevelInference/VariableSubstitution/Elimination.py
pynars/NAL/MetaLevelInference/VariableSubstitution/Introduction.py
pynars/NAL/MetaLevelInference/VariableSubstitution/Substitution.py
pynars/NAL/MetaLevelInference/VariableSubstitution/Unification.py
pynars/NAL/MetaLevelInference/VariableSubstitution/__init__.py
pynars/NAL/Theorems/DecompositionalRules.py
pynars/NAL/Theorems/StructuralRules.py
pynars/NAL/Theorems/TransformRules.py
pynars/NAL/Theorems/__init__.py
pynars/NARS/__init__.py
pynars/NARS/Control/Reasoner.py
pynars/NARS/Control/__init__.py
pynars/NARS/DataStructures/__init__.py
pynars/NARS/DataStructures/_py/Bag.py
pynars/NARS/DataStructures/_py/Buffer.py
pynars/NARS/DataStructures/_py/Channel.py
pynars/NARS/DataStructures/_py/Concept.py
pynars/NARS/DataStructures/_py/Link.py
pynars/NARS/DataStructures/_py/Memory.py
pynars/NARS/DataStructures/_py/Table.py
pynars/NARS/DataStructures/_py/__init__.py
pynars/NARS/InferenceEngine/Engine.py
pynars/NARS/InferenceEngine/__init__.py
pynars/NARS/InferenceEngine/GeneralEngine/GeneralEngine.py
pynars/NARS/InferenceEngine/GeneralEngine/__init__.py
pynars/NARS/InferenceEngine/GeneralEngine/extract_feature.py
pynars/NARS/InferenceEngine/GeneralEngine/Rules/NAL1.py
pynars/NARS/InferenceEngine/GeneralEngine/Rules/NAL2.py
pynars/NARS/InferenceEngine/GeneralEngine/Rules/NAL3.py
pynars/NARS/InferenceEngine/GeneralEngine/Rules/NAL4.py
pynars/NARS/InferenceEngine/GeneralEngine/Rules/NAL5.py
pynars/NARS/InferenceEngine/GeneralEngine/Rules/NAL6.py
pynars/NARS/InferenceEngine/GeneralEngine/Rules/NAL7.py
pynars/NARS/InferenceEngine/GeneralEngine/Rules/NAL8.py
pynars/NARS/InferenceEngine/GeneralEngine/Rules/NAL9.py
pynars/NARS/InferenceEngine/GeneralEngine/Rules/__init__.py
pynars/NARS/InferenceEngine/TemporalEngine/TemporalEngine.py
pynars/NARS/InferenceEngine/TemporalEngine/__init__.py
pynars/NARS/InferenceEngine/TemporalEngine/extract_feature.py
pynars/NARS/InferenceEngine/TemporalEngine/Rules/NAL7.py
pynars/NARS/InferenceEngine/TemporalEngine/Rules/__init__.py
pynars/NARS/MentalOperation/Execution.py
pynars/NARS/MentalOperation/Interface_Awareness.py
pynars/NARS/MentalOperation/Interface_Execution.py
pynars/NARS/MentalOperation/Register.py
pynars/NARS/MentalOperation/__init__.py
pynars/NARS/RuleMap/RuleMap.py
pynars/NARS/RuleMap/__init__.py
pynars/NARS/RuleMap/add_rule.py
pynars/NARS/RuleMap/Interface/Interface_CompositionalRules.py
pynars/NARS/RuleMap/Interface/Interface_ConditionalRules.py
pynars/NARS/RuleMap/Interface/Interface_DecompositionalRules.py
pynars/NARS/RuleMap/Interface/Interface_SyllogisticRules.py
pynars/NARS/RuleMap/Interface/Interface_TemporalRules.py
pynars/NARS/RuleMap/Interface/Interface_TransformRules.py
pynars/NARS/RuleMap/Interface/__init__.py
pynars/Narsese/__init__.py
pynars/Narsese/Parser/__init__.py
pynars/Narsese/Parser/_test.py
pynars/Narsese/Parser/_test_earley.py
pynars/Narsese/Parser/narsese.lark
pynars/Narsese/Parser/narsese_lark.py
pynars/Narsese/Parser/parser.py
pynars/Narsese/_py/Budget.py
pynars/Narsese/_py/Compound.py
pynars/Narsese/_py/Connector.py
pynars/Narsese/_py/Copula.py
pynars/Narsese/_py/Evidence.py
pynars/Narsese/_py/Interval.py
pynars/Narsese/_py/Item.py
pynars/Narsese/_py/Link.py
pynars/Narsese/_py/Operation.py
pynars/Narsese/_py/Sentence.py
pynars/Narsese/_py/Statement.py
pynars/Narsese/_py/Task.py
pynars/Narsese/_py/Tense.py
pynars/Narsese/_py/Term.py
pynars/Narsese/_py/Terms.py
pynars/Narsese/_py/Truth.py
pynars/Narsese/_py/Variable.py
pynars/Narsese/_py/__init__.py
pynars/RL/__init__.py
pynars/RL/Pong/__init__.py
pynars/RL/Pong/main.py
pynars/RL/SuperMario/__init__.py
pynars/utils/IdEnum.py
pynars/utils/Index.py
pynars/utils/IndexVar.py
pynars/utils/Print.py
pynars/utils/__init__.py
pynars/utils/tools.py
pynars/utils/SparseLUT/__init__.py
pynars/utils/SparseLUT/branch_list.cp37-win_amd64.pyd
pynars/utils/SparseLUT/branch_list.pyi
pynars/utils/SparseLUT/sparse_lut.cp37-win_amd64.pyd
pynars/utils/SparseLUT/sparse_lut.pyi