establishing tm in python
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Tue, 3 Feb 2026 08:28:47 +0000 (08:28 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Tue, 3 Feb 2026 08:28:47 +0000 (08:28 +0000)
commit7c4f82540f85e511ee3270c05331e48fbe35148d
tree135bb039e7ec111a3c213eaa6e9fb1ab4b792a0c
parentc258848447e30e6c23c7205d349a7e994cb06c7b
establishing tm in python
19 files changed:
developer/authored/Symbol.py [deleted file]
developer/authored/TapeMachine.py [new file with mode: 0644]
developer/authored/deprecated/ObjectRegistry.py [deleted file]
developer/authored/deprecated/ProcessLocalId.py [deleted file]
developer/authored/deprecated/Property.py [deleted file]
developer/authored/deprecated/PropertyManager.py [deleted file]
developer/authored/deprecated/PropertyStore.py [deleted file]
developer/authored/deprecated/SemanticSets.py [deleted file]
developer/authored/deprecated/Syntax.py [deleted file]
developer/authored/tape_machine.py [new file with mode: 0755]
developer/authored/test_SymbolFactory.py [deleted file]
developer/authored/tm.py [new file with mode: 0644]
developer/deprecated/ObjectRegistry.py [new file with mode: 0644]
developer/deprecated/ProcessLocalId.py [new file with mode: 0644]
developer/deprecated/Property.py [new file with mode: 0644]
developer/deprecated/PropertyManager.py [new file with mode: 0644]
developer/deprecated/PropertyStore.py [new file with mode: 0644]
developer/deprecated/SemanticSets.py [new file with mode: 0644]
developer/deprecated/Syntax.py [new file with mode: 0644]