├── .gitignore ├── Amzi Prolog 32 Bit Environment (Source).lnk ├── Amzi Prolog 64 Bit Environment (Source).lnk ├── Amzi Prolog Environment (Release).lnk ├── Building instructions for Windows.md ├── Configure Amzi Dirs (Release).bat ├── README.md ├── Setup and getting started.md ├── bin ├── amzi_vars.bat ├── amzi_vars_win32.bat ├── amzi_vars_win64.bat ├── win32 │ ├── tcl86t.dll │ └── tk86t.dll └── win64 │ ├── tcl86t.dll │ └── tk86t.dll ├── compile ├── README.md ├── acmp.xpl ├── alib.pro ├── hello.pro ├── make_cent64.txt ├── make_mac64.txt ├── make_win32.txt ├── make_win64.txt └── reader.pro ├── devdocs ├── Original WAM paper.pdf ├── README.md ├── amzi_build.md ├── amzi_logic_manual.htm ├── amzi_portability_extensibility.md └── amzi_projects.md ├── docs ├── Library │ └── Copyright.lbi ├── aip │ ├── a10unif.htm │ ├── a11lists.htm │ ├── a12oper.htm │ ├── a13cut.htm │ ├── a14cntrl.htm │ ├── a15nlang.htm │ ├── a1start.htm │ ├── a2facts.htm │ ├── a3simple.htm │ ├── a4comqry.htm │ ├── a5rules.htm │ ├── a6arith.htm │ ├── a7manage.htm │ ├── a8recurs.htm │ ├── a9struct.htm │ ├── advfig1.gif │ ├── advfig10.gif │ ├── advfig2.gif │ ├── advfig3.gif │ ├── advfig4.gif │ ├── advfig5.gif │ ├── advfig6.gif │ ├── advfig7.gif │ ├── advfig8.gif │ ├── advfig9.gif │ ├── advfrtop.htm │ ├── advidx.htm │ ├── advidx_xml.htm │ ├── advtoc.htm │ ├── advtop.htm │ ├── aip_toc.xml │ ├── appendix.htm │ ├── apreface.htm │ ├── aprolog.htm │ ├── fig.pro │ ├── htmlidx.cfg │ ├── sqrlgrey.gif │ ├── temp1.pro │ └── temp2.pro ├── alk │ ├── Images │ │ ├── amzi_prolog_logic_server_name_small.gif │ │ ├── amzi_prolog_logic_server_name_small.png │ │ ├── knowledgewright_name_small.gif │ │ ├── knowledgewright_name_small.png │ │ ├── next.gif │ │ ├── next.png │ │ ├── paws.gif │ │ ├── paws.png │ │ ├── previous.gif │ │ └── previous.png │ ├── _notes │ │ └── dwSiteColumnsMe.xml │ ├── facts │ │ ├── amzi_air.pro │ │ └── index.html │ ├── index.html │ ├── listener │ │ └── index.html │ ├── logic_base │ │ ├── _notes │ │ │ └── logic_base_architecture.gif.mno │ │ ├── index.html │ │ ├── logic_base_architecture.gif │ │ └── logic_base_architecture.png │ ├── logic_server │ │ └── amzi_air.pro │ ├── overview │ │ ├── overview.htm │ │ ├── overview_hybrid.gif │ │ ├── overview_hybrid.png │ │ ├── overview_knowledgewright.gif │ │ ├── overview_knowledgewright.png │ │ ├── overview_logicbase.gif │ │ ├── overview_logicbase.png │ │ ├── overview_logicprogram.gif │ │ ├── overview_logicprogram.png │ │ ├── overview_prologbase.gif │ │ ├── overview_prologbase.png │ │ ├── overview_reasoning_engine.gif │ │ ├── overview_reasoning_engine.png │ │ ├── overview_traditional.gif │ │ └── overview_traditional.png │ ├── queries │ │ └── index.html │ ├── rules │ │ ├── amzi_air.pro │ │ ├── index.html │ │ ├── java │ │ │ ├── AmziAirFrame.java │ │ │ └── AmziAirMain.java │ │ └── java_ui │ │ │ └── amzi_air.jpx.local │ └── toc.html ├── amzi_toc.xml ├── amzidoc.htm ├── amzidoc_eclipse.htm ├── articles │ ├── accbb.htm │ ├── articles_toc.xml │ ├── bullet.gif │ ├── dataproc.gif │ ├── doc.html │ ├── irqxs.htm │ ├── javaclas.htm │ ├── javacls1.gif │ ├── javacls2.gif │ ├── javaship.gif │ ├── procpp.htm │ ├── profun.htm │ ├── prohood.htm │ ├── prohood1.gif │ ├── prohood2.gif │ ├── prohood3.gif │ ├── prohood4.gif │ ├── prolog.htm │ ├── ruleeng.htm │ ├── vbprolog.htm │ ├── wgadd.gif │ ├── wgmain.gif │ ├── wgopen.gif │ ├── whitearc.gif │ ├── xircarch.gif │ ├── xircom.gif │ └── xircom.htm ├── faq.htm ├── htmlidx │ ├── htmlidx.cfg │ ├── htmlidx.pro │ └── toc.htm ├── install.htm ├── libs │ ├── date_time.htm │ ├── doc.html │ ├── libs_toc.xml │ ├── list.htm │ ├── misc.htm │ └── xml.htm ├── license.txt ├── ls │ ├── arrowrt.gif │ ├── cgiarch.fh7 │ ├── cgiarch.gif │ ├── dlsconc.doc │ ├── dlsconc.txt │ ├── fig.pro │ ├── htmlidx.cfg │ ├── javaclassfig1.fh7 │ ├── javacls1.gif │ ├── javacls2.gif │ ├── ls_toc.xml │ ├── lsac.htm │ ├── lsacgi.htm │ ├── lsacpp.htm │ ├── lsadelph.htm │ ├── lsadotnet.htm │ ├── lsahello.htm │ ├── lsaintro.htm │ ├── lsajava.htm │ ├── lsajspasp.htm │ ├── lsamsoff.htm │ ├── lsapirf.htm │ ├── lsavb.htm │ ├── lsfrtop.htm │ ├── lsindex.htm │ ├── lsindex_xml.htm │ ├── lsovervw.htm │ ├── lsprguid.htm │ ├── lstoc.htm │ ├── lstop.htm │ ├── lsxcmdsh.htm │ ├── lsxdelgu.htm │ ├── lsxexprd.htm │ ├── lsxintro.htm │ ├── lsxodbc.htm │ ├── lsxsock.htm │ ├── lsxtcltk.htm │ ├── sqrlgrey.gif │ ├── temp1.pro │ └── temp2.pro ├── make_cent64.txt ├── make_mac64.txt ├── make_win32.txt ├── make_win64.txt ├── plugin.xml ├── pro │ ├── acmp.fh8 │ ├── acmp.gif │ ├── alis.fh8 │ ├── alis.gif │ ├── alnk.fh8 │ ├── alnk.gif │ ├── alsxdll.fh8 │ ├── alsxdll.gif │ ├── aover.fh8 │ ├── aover.gif │ ├── arrowrt.gif │ ├── arun.fh8 │ ├── arun.gif │ ├── azsort.gif │ ├── boxmdl.fh8 │ ├── boxmdl.gif │ ├── bullet.gif │ ├── call.gif │ ├── cross_reference_view.gif │ ├── cross_reference_view.png │ ├── debug.gif │ ├── debugger_screen.gif │ ├── debugger_screen.png │ ├── disconnect_co.gif │ ├── dproconc.doc │ ├── dproconc.txt │ ├── edit_view.gif │ ├── edit_view.png │ ├── editor_outliner.gif │ ├── editor_outliner.png │ ├── exit.gif │ ├── fail.gif │ ├── fig.pro │ ├── fig.pro.bak │ ├── file_new_dialog.gif │ ├── file_new_dialog.png │ ├── htmlidx.cfg │ ├── ide_screen.gif │ ├── ide_screen.png │ ├── import_file_dialog.gif │ ├── import_file_dialog.png │ ├── import_project_dialog.gif │ ├── import_project_dialog.png │ ├── info.gif │ ├── listener_view.gif │ ├── listener_view.png │ ├── navigator_view.gif │ ├── navigator_view.png │ ├── preferences_annotations.gif │ ├── preferences_annotations.png │ ├── preferences_view.gif │ ├── preferences_view.png │ ├── prfrtop.htm │ ├── prindex.htm │ ├── prindex_xml.htm │ ├── pro_toc.xml │ ├── project_properties.gif │ ├── project_properties.png │ ├── prolog_project_dialog.gif │ ├── prolog_project_dialog.png │ ├── prolog_project_dir_dialog.gif │ ├── prolog_project_dir_dialog.png │ ├── propreproc.txt │ ├── prtoc.htm │ ├── pug_compiler.htm │ ├── pug_debugger.htm │ ├── pug_debugger_ide.htm │ ├── pug_debugging.htm │ ├── pug_distribution.htm │ ├── pug_editor.htm │ ├── pug_ide.htm │ ├── pug_ide_quickstart.htm │ ├── pug_linker.htm │ ├── pug_listener.htm │ ├── pug_overview.htm │ ├── pug_preprocessor.htm │ ├── pug_runtime.htm │ ├── pug_tutorial.htm │ ├── pug_winIDE.htm │ ├── pug_xref.htm │ ├── question_dash.gif │ ├── redo.gif │ ├── ref_dcg.htm │ ├── ref_directives.htm │ ├── ref_execution.htm │ ├── ref_extensions.htm │ ├── ref_io.htm │ ├── ref_logicbase.htm │ ├── ref_manipulating_terms.htm │ ├── ref_math.htm │ ├── ref_modules.htm │ ├── ref_system.htm │ ├── ref_terms.htm │ ├── ref_text.htm │ ├── refresh.gif │ ├── resume_co.gif │ ├── run_menu.gif │ ├── run_menu.png │ ├── spy.gif │ ├── sqrlgrey.gif │ ├── start.gif │ ├── stepinto_co.gif │ ├── stepinto_slow.gif │ ├── stepover_co.gif │ ├── stepreturn_co.gif │ ├── stop.gif │ ├── suspend_co.gif │ ├── task_view.gif │ ├── task_view.png │ ├── task_view_xref.gif │ ├── task_view_xref.png │ ├── temp1.pro │ ├── temp2.pro │ ├── terminate_co.gif │ └── top.htm ├── readme.htm ├── readme.txt ├── whatsnew.htm ├── winIDE │ ├── acmp.gif │ ├── alibdll.gif │ ├── alis.gif │ ├── aover.gif │ ├── arrowrt.gif │ ├── arun.gif │ ├── boxmdl.gif │ ├── debug.gif │ ├── fig.pro │ ├── fig.pro.bak │ ├── htmlidx.cfg │ ├── idesamp.gif │ ├── spy.gif │ ├── sqrlgrey.gif │ ├── temp1.pro │ ├── temp2.pro │ ├── toc.htm │ ├── wdindex.htm │ ├── wdindex_xml.htm │ ├── wdtoc.htm │ ├── winIDE.htm │ ├── winIDE_contents.htm │ ├── winIDE_debugger.htm │ ├── winIDE_overview.htm │ ├── winIDE_projects.htm │ ├── winIDE_quick_overview.htm │ ├── winIDE_quick_tutorial.htm │ └── winIDE_toc.xml └── xsip │ ├── 00faceplate.htm │ ├── 00preface.htm │ ├── 01introduction.htm │ ├── 02usingprolog.htm │ ├── 03backwarduncertainty.htm │ ├── 04explanation.htm │ ├── 05forward.htm │ ├── 06frames.htm │ ├── 07integration.htm │ ├── 08performance.htm │ ├── 09userinterface.htm │ ├── 10hybrids.htm │ ├── 11prototyping.htm │ ├── 12rubikscube.htm │ ├── appendix.htm │ ├── backwarduncertainty3-1.gif │ ├── backwarduncertainty3-1.png │ ├── backwarduncertainty3-2.gif │ ├── backwarduncertainty3-2.png │ ├── code │ ├── READ.ME │ ├── clam │ │ ├── birds.ckb │ │ ├── bldrules.pro │ │ ├── car.ckb │ │ ├── clam.pro │ │ └── clam.txt │ ├── foops │ │ ├── animal.fr │ │ ├── birds.fr │ │ ├── foops.pro │ │ ├── foops.txt │ │ ├── frames.pro │ │ ├── proframe.pro │ │ └── room.fkb │ ├── native │ │ ├── birds.nkb │ │ ├── native.pro │ │ └── native.txt │ ├── oops │ │ ├── animal.okb │ │ ├── oops.pro │ │ ├── oops.txt │ │ └── room.okb │ ├── retefoop │ │ ├── retefoop.mak │ │ ├── retefoop.ppj │ │ ├── retefoop.pro │ │ ├── retefoop.txt │ │ ├── retepred.pro │ │ └── room.rkb │ ├── rubik │ │ ├── rubbuild.bat │ │ ├── rubdata.pro │ │ ├── rubdisp.pro │ │ ├── rubdoc1.txt │ │ ├── rubdoc2.txt │ │ ├── rubedit.pro │ │ ├── rubhelp.pro │ │ ├── rubhist.pro │ │ ├── rubik.mak │ │ ├── rubik.ppj │ │ ├── rubik.pro │ │ ├── rubik1.ico │ │ ├── rubik2.ico │ │ ├── rubload.pro │ │ ├── rubloadc.pro │ │ ├── rubmov.pro │ │ ├── rubread.me │ │ └── rubuse.txt │ ├── taxes │ │ ├── tax.dat │ │ ├── tax.pro │ │ └── taxes.txt │ └── window │ │ ├── windemo.pro │ │ └── windows.pro │ ├── explanation4-1.gif │ ├── explanation4-1.png │ ├── fig.pro │ ├── foops.gif │ ├── forward5-1.gif │ ├── forward5-1.png │ ├── forward5-2.gif │ ├── forward5-2.png │ ├── frames6-1.gif │ ├── frames6-1.png │ ├── frames6-2.gif │ ├── frames6-2.png │ ├── htmlidx.cfg │ ├── integration7-1.gif │ ├── integration7-1.png │ ├── integration7-2.gif │ ├── integration7-2.png │ ├── intro1-1.png │ ├── intro1-2.gif │ ├── intro1-2.png │ ├── intro1-3.gif │ ├── intro1-3.png │ ├── intro1-4.gif │ ├── intro1-4.png │ ├── intro1-5.gif │ ├── intro1-5.png │ ├── performance8-1.gif │ ├── performance8-2.gif │ ├── performance8-2.png │ ├── performance8-3.gif │ ├── performance8-3.png │ ├── performance8-4.gif │ ├── performance8-4.png │ ├── performance8-5.gif │ ├── performance8-5.png │ ├── performance8-6.gif │ ├── performance8-6.png │ ├── prototyping11-1.gif │ ├── prototyping11-1.png │ ├── rubikscube12-1a.gif │ ├── rubikscube12-1a.png │ ├── rubikscube12-1b.gif │ ├── rubikscube12-1b.png │ ├── rubikscube12-2.gif │ ├── rubikscube12-2.png │ ├── temp1.pro │ ├── temp2.pro │ ├── userinterface9-1.gif │ ├── userinterface9-1.png │ ├── userinterface9-2.gif │ ├── userinterface9-2.png │ ├── usingprolog2-1.gif │ ├── usingprolog2-2.gif │ ├── usingprolog2-2.png │ ├── xsip_toc.xml │ ├── xsipfrtop.htm │ ├── xsipidx.htm │ ├── xsipidx_xml.htm │ ├── xsiptoc.htm │ └── xsiptop.htm ├── eclipse_plugin ├── README.md └── workspace │ ├── .gitignore │ ├── com.amzi.prolog-ide_extension_feature │ ├── .classpath │ ├── .project │ ├── amzi_feature.jpg │ ├── amzi_feature.png │ ├── build.properties │ ├── feature.properties │ ├── feature.xml │ └── licensex.html │ ├── com.amzi.prolog-update_site │ ├── .externalToolBuilders │ │ └── Ant Builder.launch │ ├── .project │ ├── BUILD-README.md │ ├── postsitebuild.xml │ └── site.xml │ ├── com.amzi.prolog.core │ ├── .classpath │ ├── .project │ ├── .template │ ├── META-INF │ │ └── MANIFEST.MF │ ├── build.properties │ ├── plugin.xml │ └── src │ │ ├── amzi │ │ └── ls │ │ │ ├── LSException.java │ │ │ └── LogicServer.java │ │ └── com │ │ └── amzi │ │ └── prolog │ │ └── core │ │ ├── PrologCorePlugin.java │ │ ├── PrologKeywordsAndActions.java │ │ └── utils │ │ ├── BrowserControl.java │ │ ├── ExtFilenameFilter.java │ │ └── Utils.java │ ├── com.amzi.prolog.debug │ ├── .classpath │ ├── .project │ ├── .template │ ├── META-INF │ │ └── MANIFEST.MF │ ├── build.properties │ ├── contexts.xml │ ├── icons │ │ ├── amzi_paw.gif │ │ ├── amzi_paw.png │ │ ├── call.gif │ │ ├── call.png │ │ ├── exit.gif │ │ ├── exit.png │ │ ├── fail.gif │ │ ├── fail.png │ │ ├── info.gif │ │ ├── info.png │ │ ├── monitor.gif │ │ ├── monitor.png │ │ ├── question_dash.gif │ │ ├── question_dash.png │ │ ├── question_dash_box.gif │ │ ├── question_dash_box.png │ │ ├── question_dash_dim.gif │ │ ├── question_dash_dim.png │ │ ├── redo.gif │ │ ├── redo.png │ │ ├── stepinto_slow.gif │ │ ├── stepinto_slow.png │ │ ├── stepinto_slow_dim.gif │ │ └── stepinto_slow_dim.png │ ├── plugin.xml │ └── src │ │ └── com │ │ └── amzi │ │ └── prolog │ │ └── debug │ │ ├── PrologDebugPlugin.java │ │ ├── core │ │ ├── internal │ │ │ ├── DebugListener.java │ │ │ ├── DebugListenerActionBuffer.java │ │ │ ├── DebugListenerInputBuffer.java │ │ │ ├── DebugListenerKeyBuffer.java │ │ │ ├── RemoteListener.java │ │ │ └── SlowStep.java │ │ └── model │ │ │ ├── NullStreamMonitor.java │ │ │ ├── NullStreamsProxy.java │ │ │ ├── PrologDebugProcess.java │ │ │ ├── PrologDebugTarget.java │ │ │ ├── PrologDebugThread.java │ │ │ ├── PrologLineBreakpoint.java │ │ │ ├── PrologStackFrame.java │ │ │ ├── PrologValue.java │ │ │ └── PrologVariable.java │ │ ├── remote │ │ └── SocketConnection.java │ │ └── ui │ │ ├── DebugListenerView.java │ │ ├── PrologDebugModelPresentation.java │ │ ├── RemoteConnectWaiter.java │ │ └── actions │ │ ├── CutDisplayActionDelegate.java │ │ ├── DCGVariablesActionDelegate.java │ │ ├── LeashActionDelegate.java │ │ ├── ListenAgainActionDelegate.java │ │ ├── StepSlowlyActionDelegate.java │ │ └── StepSpeedActionDelegate.java │ ├── com.amzi.prolog.help │ ├── .project │ ├── META-INF │ │ └── MANIFEST.MF │ ├── aip_toc.xml │ ├── amzi_toc.xml │ ├── articles_toc.xml │ ├── build.properties │ ├── libs │ │ └── libs_toc.xml │ ├── libs_toc.xml │ ├── ls_toc.xml │ ├── plugin.xml │ ├── pro_toc.xml │ ├── wide_toc.xml │ └── xsip_toc.xml │ ├── com.amzi.prolog.ui │ ├── .classpath │ ├── .project │ ├── .template │ ├── META-INF │ │ └── MANIFEST.MF │ ├── build.properties │ ├── contexts.xml │ ├── icons │ │ ├── amzi_paw.gif │ │ ├── amzi_paw.png │ │ ├── amzi_pro.gif │ │ ├── amzi_pro.png │ │ ├── file_question_dash.gif │ │ ├── file_question_dash.png │ │ ├── little_p.gif │ │ ├── little_p.png │ │ ├── monitor.gif │ │ ├── monitor.png │ │ ├── obj16 │ │ │ ├── 4diamonds.gif │ │ │ ├── 4diamonds.png │ │ │ ├── arrow_4diamonds.gif │ │ │ ├── arrow_4diamonds.png │ │ │ ├── arrow_diamond.gif │ │ │ ├── arrow_diamond.png │ │ │ ├── azsort.gif │ │ │ ├── clause.gif │ │ │ ├── clause.png │ │ │ ├── constword.gif │ │ │ ├── constword.png │ │ │ ├── copy_edit.gif │ │ │ ├── diamond.gif │ │ │ ├── diamond.png │ │ │ ├── directive.gif │ │ │ ├── directive.png │ │ │ ├── directives.gif │ │ │ ├── directives.png │ │ │ ├── directword.gif │ │ │ ├── directword.png │ │ │ ├── mathword.gif │ │ │ ├── mathword.png │ │ │ ├── predicate.gif │ │ │ ├── predicate.png │ │ │ ├── predword.gif │ │ │ ├── predword.png │ │ │ ├── reconsult.gif │ │ │ ├── reconsult.png │ │ │ ├── refresh.gif │ │ │ ├── refresh.png │ │ │ ├── start.gif │ │ │ ├── start.png │ │ │ ├── stop.gif │ │ │ ├── stop.png │ │ │ ├── usedby.gif │ │ │ ├── usedby.png │ │ │ ├── uses.gif │ │ │ └── uses.png │ │ ├── question_dash.gif │ │ ├── question_dash.png │ │ ├── question_dash_box.gif │ │ ├── question_dash_box.png │ │ ├── remote.gif │ │ ├── sample.gif │ │ ├── segment_edit.gif │ │ └── segment_edit2.gif │ ├── notes.txt │ ├── plugin.properties │ ├── plugin.xml │ └── src │ │ └── com │ │ └── amzi │ │ └── prolog │ │ └── ui │ │ ├── PrologPerspective.java │ │ ├── PrologPluginImages.java │ │ ├── PrologUIPlugin.java │ │ ├── PrologUIPluginResources.properties │ │ ├── actions │ │ └── AboutActionDelegate.java │ │ ├── build │ │ ├── ProjectProperties.java │ │ ├── ProjectPropertyPage.java │ │ ├── PrologBuilder.java │ │ ├── PrologProject.java │ │ └── PrologProjectDescriptor.java │ │ ├── editor │ │ ├── ColorManager.java │ │ ├── PrologCodeScanner.java │ │ ├── PrologContentAssistProcessor.java │ │ ├── PrologDocumentProvider.java │ │ ├── PrologDoubleClickStrategy.java │ │ ├── PrologEditor.java │ │ ├── PrologMarkerAnnotationModel.java │ │ ├── PrologOperatorDetector.java │ │ ├── PrologPartitionScanner.java │ │ ├── PrologSourceViewerConfiguration.java │ │ ├── PrologTextHover.java │ │ ├── PrologWhitespaceDetector.java │ │ ├── PrologWordDetector.java │ │ ├── actions │ │ │ ├── BreakpointRulerEditorAction.java │ │ │ ├── PresentationAction.java │ │ │ └── PrologEditorActionContributor.java │ │ └── internal │ │ │ └── IPrologColorConstants.java │ │ ├── internal │ │ ├── Find.java │ │ ├── Listener.java │ │ ├── ListenerInputBuffer.java │ │ └── ListenerKeyBuffer.java │ │ ├── launch │ │ ├── AbstractPrologLaunchConfigurationDelegate.java │ │ ├── AbstractPrologTab.java │ │ ├── FileConfigurationTabGroup.java │ │ ├── FileListenerLaunchConfigurationDelegate.java │ │ ├── FileListenerShortcut.java │ │ ├── ListenerActionDelegate.java │ │ ├── ListenerConfigurationTabGroup.java │ │ ├── ListenerLaunchConfigurationDelegate.java │ │ ├── ListenerShortcut.java │ │ ├── ListenerTab.java │ │ ├── ListenerView.java │ │ ├── PrologSourceLookupDirector.java │ │ ├── PrologSourceLookupParticipant.java │ │ ├── PrologSourcePathComputerDelegate.java │ │ ├── RemoteConfigurationTabGroup.java │ │ ├── RemoteLaunchConfigurationDelegate.java │ │ ├── RemoteShortcut.java │ │ ├── RemoteTab.java │ │ ├── RunConfigurationTabGroup.java │ │ ├── RunLaunchConfigurationDelegate.java │ │ ├── RunShortcut.java │ │ └── RunTab.java │ │ ├── preferences │ │ ├── PrologPreferenceInitializer.java │ │ ├── PrologPreferencePage.java │ │ └── StatusInfo.java │ │ ├── views │ │ ├── PrologContentOutlinePage.java │ │ └── XrefView.java │ │ └── wizards │ │ ├── NewProject.java │ │ └── NewProjectCreationPage.java │ └── com.amzi.prolog │ ├── .classpath │ ├── .project │ ├── META-INF │ └── MANIFEST.MF │ ├── about.html │ ├── about.ini │ ├── about.mappings │ ├── about.properties │ ├── amzi.product │ ├── amzi_250x330.gif │ ├── amzi_250x330.png │ ├── amzi_500x330.png │ ├── amzi_paw.gif │ ├── amzi_paws32.gif │ ├── amzi_paws32.png │ ├── build.properties │ ├── css │ ├── graphics │ │ └── obj_48 │ │ │ ├── prologdev_obj.gif │ │ │ ├── prologdev_obj.png │ │ │ ├── prologdevhov_obj.gif │ │ │ ├── prologdevhov_obj.png │ │ │ ├── prologscreen_obj.gif │ │ │ ├── prologscreen_obj.png │ │ │ ├── prologscreenhov_obj.gif │ │ │ ├── prologscreenhov_obj.png │ │ │ ├── screen_obj.gif │ │ │ ├── screenhov_obj.gif │ │ │ ├── script_obj.gif │ │ │ ├── scripthov_obj.gif │ │ │ ├── squirrel_obj.gif │ │ │ ├── squirrel_obj.png │ │ │ ├── squirrelhov_obj.gif │ │ │ └── squirrelhov_obj.png │ ├── overview.css │ ├── samples.css │ ├── swt.properties │ └── tutorials.css │ ├── icon16x16x8.bmp │ ├── icon24x24x8.bmp │ ├── icon32x32x8.bmp │ ├── icon48x48x8.bmp │ ├── license.txt │ ├── licensex.html │ ├── newsExtensionContent.xml │ ├── overviewExtensionContent.xml │ ├── plugin.properties │ ├── plugin.xml │ ├── plugin_customization.ini │ ├── plugin_customization.properties │ ├── samplesExtensionContent.xml │ ├── splash.bmp │ ├── square_squirrel-16x16x32.bmp │ ├── square_squirrel-16x16x8.bmp │ ├── square_squirrel-32x32x32.bmp │ ├── square_squirrel-32x32x8.bmp │ ├── square_squirrel-48x48x32.bmp │ ├── square_squirrel-48x48x8.bmp │ ├── square_squirrel.ico │ ├── squirrel_128.png │ ├── squirrel_16.png │ ├── squirrel_32.png │ ├── squirrel_48.png │ ├── squirrel_64.png │ ├── squirrel_words_250px.jpg │ └── tutorialsExtensionContent.xml ├── engine ├── README.txt ├── amzi.cfg ├── amzi.def ├── amzi.h ├── amzibob.cfg ├── arules.def ├── atomtable.cpp ├── atomtable.h ├── builtin.cpp ├── builtins.h ├── cell.cpp ├── cell.h ├── control.cpp ├── control.h ├── ddb.cpp ├── ddb.h ├── ddbmem.cpp ├── ddbmem.h ├── debug.cpp ├── debug.h ├── defs.h ├── devdoc.htm ├── engine.cpp ├── engine.h ├── engine.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── dennis.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── engine2.cpp ├── env.h ├── era.h ├── except.cpp ├── except.h ├── fixed.cpp ├── fixed.h ├── gcthing.cpp ├── gcthing.h ├── homedennis ├── hxl.cpp ├── hxl.h ├── inc.h ├── ini.cpp ├── ini.h ├── interpret.cpp ├── lenv.cpp ├── lenv.h ├── lenv_wpf.cpp ├── lex.cpp ├── lex.h ├── lexec.cpp ├── lexec.h ├── lexec2.cpp ├── lexecdbg.cpp ├── llink.cpp ├── llink.h ├── llist.h ├── lload.cpp ├── lload.h ├── lmath.cpp ├── lmath.h ├── logicserver.h ├── lreal.cpp ├── lreal.h ├── lsthread.cpp ├── lsthread.h ├── lstring.cpp ├── lstring.h ├── main.cpp ├── main.h ├── make_cent64.txt ├── make_mac64.txt ├── make_win32.txt ├── make_win64.txt ├── modclassic.cpp ├── module.cpp ├── module.h ├── pch.h ├── prep.cpp ├── probe.cpp ├── probe.h ├── pstring.cpp ├── pstring.h ├── stash.cpp ├── stash.h ├── streams.cpp ├── streams.h ├── termsvc.cpp ├── termsvc.h ├── tsread.cpp ├── tsread.h ├── tswrite.cpp ├── tswrite.h ├── utf8_docs │ ├── ReleaseNotes │ └── utf8cpp.html ├── utf_checked.h ├── utf_core.h ├── utf_unchecked.h ├── wengine.dsp ├── wengine.dsw ├── wengine.sln ├── wengine.vcproj ├── wengine.vcxproj └── wengine.vcxproj.filters ├── extensions ├── README.md ├── make_cent64.txt ├── make_mac64.txt ├── make_win32.txt ├── make_win64.txt ├── mysql │ ├── amysql.c │ ├── amysql.pro │ ├── amysql.sln │ ├── amysql.vcproj │ ├── amysql.vcxproj │ ├── amysql.vcxproj.filters │ ├── ar_mysql │ │ ├── amysql.exp │ │ ├── ar_mysql.lsx.intermediate.manifest │ │ ├── mt.dep │ │ ├── vc80.idb │ │ └── vc90.idb │ ├── ar_mysqlRT │ │ ├── amysql.exp │ │ ├── ar_mysqlrt.lsx.intermediate.manifest │ │ ├── mt.dep │ │ ├── vc80.idb │ │ └── vc90.idb │ ├── make_cent64.txt │ ├── make_win32.txt │ ├── make_win64.txt │ └── makefile.bsd ├── odbc │ ├── .project │ ├── aodbc.c │ ├── aodbc.pro │ ├── make_win32.txt │ ├── make_win64.txt │ ├── odbc.dep │ ├── odbc.mak │ ├── odbc.sln │ ├── odbc.vcproj │ ├── odbc.vcxproj │ └── odbc.vcxproj.filters ├── osutils │ ├── README.txt │ ├── make_bsd32.txt │ ├── make_cent64.txt │ ├── make_mac64.txt │ ├── make_win32.txt │ ├── make_win64.txt │ ├── osutils.cpp │ ├── wosutils.dep │ ├── wosutils.mak │ ├── wosutils.sln │ ├── wosutils.vcproj │ ├── wosutils.vcxproj │ └── wosutils.vcxproj.filters ├── sockets │ ├── asock.pro │ ├── asock_sol.pro │ ├── make_win32.txt │ ├── make_win64.txt │ ├── makefile.gs3 │ ├── makefile.hp │ ├── makefile.lnx │ ├── makefile.macosx │ ├── sockets.c │ ├── wsock.dep │ ├── wsock.mak │ ├── wsock.sln │ ├── wsock.vcproj │ ├── wsock.vcxproj │ └── wsock.vcxproj.filters └── tcltk │ ├── lib │ ├── tcl │ │ ├── auto.tcl │ │ ├── history.tcl │ │ ├── init.tcl │ │ ├── ldAout.tcl │ │ ├── package.tcl │ │ ├── parray.tcl │ │ ├── safe.tcl │ │ ├── tclIndex │ │ └── word.tcl │ └── tk │ │ ├── bgerror.tcl │ │ ├── button.tcl │ │ ├── choosedir.tcl │ │ ├── clrpick.tcl │ │ ├── comdlg.tcl │ │ ├── console.tcl │ │ ├── dialog.tcl │ │ ├── entry.tcl │ │ ├── focus.tcl │ │ ├── listbox.tcl │ │ ├── menu.tcl │ │ ├── mkpsenc.tcl │ │ ├── msgbox.tcl │ │ ├── obsolete.tcl │ │ ├── optMenu.tcl │ │ ├── palette.tcl │ │ ├── panedwindow.tcl │ │ ├── pkgIndex.tcl │ │ ├── safetk.tcl │ │ ├── scale.tcl │ │ ├── scrlbar.tcl │ │ ├── spinbox.tcl │ │ ├── tclIndex │ │ ├── tearoff.tcl │ │ ├── text.tcl │ │ ├── tk.tcl │ │ ├── tkfbox.tcl │ │ ├── unsupported.tcl │ │ └── xmfbox.tcl │ ├── make_win32.txt │ ├── make_win64.txt │ ├── stdafx.cpp │ ├── stdafx.h │ ├── targetver.h │ ├── tcltk.cpp │ ├── tcltk.sln │ ├── tcltk.vcxproj │ └── tcltk.vcxproj.filters ├── langbindings ├── .gitignore ├── README.md ├── cgi │ ├── acgi.pro │ ├── amzicgi.c │ ├── amzisub.c │ ├── make_bsd32.txt │ ├── make_cent64.txt │ ├── make_win32.txt │ ├── make_win64.txt │ ├── utf_checked.h │ ├── utf_core.h │ ├── utf_unchecked.h │ ├── wacgi.dsp │ ├── wacgi.dsw │ ├── wacgi.mak │ ├── wacgi.sln │ ├── wacgi.vcproj │ ├── wacgi.vcxproj │ └── wacgi.vcxproj.filters ├── delphi │ ├── amzi.dcr │ ├── amzi.pas │ ├── amzi_prolog.dpk │ ├── amzi_prolog.dproj │ ├── make_win32.txt │ └── make_win64.txt ├── dotnet │ ├── README.md │ ├── amzinet │ │ ├── AssemblyInfo.cpp │ │ ├── DExtPred.h │ │ ├── LSException.h │ │ ├── ReadMe.txt │ │ ├── Stdafx.cpp │ │ ├── Stdafx.h │ │ ├── amzinet.cpp │ │ ├── amzinet.h │ │ ├── amzinet.rc │ │ ├── amzinet.sln │ │ ├── amzinet.snk │ │ ├── amzinet.vcproj │ │ ├── amzinet.vcxproj │ │ ├── amzinet.vcxproj.filters │ │ └── resource.h │ ├── make_win32.txt │ └── make_win64.txt ├── java │ ├── .classpath │ ├── amzi │ │ └── ls │ │ │ ├── LSException.java │ │ │ └── LogicServer.java │ ├── devdoc.htm │ ├── jnilib │ │ ├── amzijni.cpp │ │ ├── amzijni.h │ │ ├── libamzijni.jnilib │ │ ├── make_cent64.txt │ │ ├── make_mac64.txt │ │ ├── wjnilib.dsp │ │ ├── wjnilib.dsw │ │ ├── wjnilib.sln │ │ ├── wjnilib.vcproj │ │ ├── wjnilib.vcxproj │ │ ├── wjnilib.vcxproj.filters │ │ ├── xamzi_ls_LSException.h │ │ └── xamzi_ls_LogicServer.h │ ├── make_cent64.txt │ ├── make_mac64.txt │ ├── make_win32.txt │ └── make_win64.txt ├── make_cent64.txt ├── make_mac64.txt ├── make_win32.txt ├── make_win64.txt └── vb │ ├── amzi.bas │ ├── make_win32.txt │ └── make_win64.txt ├── libs ├── README.txt ├── amzi.cfg ├── date_time.pro ├── devdoc.html ├── list.pro ├── make_bsd32.txt ├── make_cent64.txt ├── make_mac64.txt ├── make_win32.txt ├── make_win64.txt ├── misc.pro └── xml.pro ├── license.txt ├── linkrun ├── alnk.cpp ├── make_bsd32.txt ├── make_cent64.txt ├── make_mac64.txt ├── make_win32.txt ├── make_win64.txt ├── wlink.sln ├── wlink.vcproj ├── wlink.vcxproj └── wlink.vcxproj.filters ├── listen ├── README.txt ├── alis.pro ├── axrf.pro ├── bm.bat ├── bmc.bat ├── debug.pro ├── debug64.pro ├── listen.pro ├── make_cent64.txt ├── make_mac64.txt ├── make_win32.txt ├── make_win64.txt └── probe.pro ├── make ├── README.md ├── gmake.exe ├── mac-bash-profile.txt ├── make_cent64.txt ├── make_mac64.txt ├── make_win32.txt ├── make_win64.txt └── sildel.bat ├── run ├── arun.cpp ├── make_bsd32.txt ├── make_cent64.txt ├── make_mac64.txt ├── make_win32.txt ├── make_win64.txt ├── r_defs.h ├── wrun.dsp ├── wrun.dsw ├── wrun.sln ├── wrun.vcproj ├── wrun.vcxproj └── wrun.vcxproj.filters ├── samples ├── c │ ├── doc.html │ ├── hello │ │ ├── doc.html │ │ ├── hello │ │ ├── hello.c │ │ ├── hello.pro │ │ ├── hello.sln │ │ ├── hello.vcproj │ │ ├── make_lnx32.txt │ │ ├── make_mac64.txt │ │ └── make_sol32.txt │ └── pets │ │ ├── doc.html │ │ ├── make_lnx32.txt │ │ ├── make_mac64.txt │ │ ├── make_sol32.txt │ │ ├── pets │ │ ├── pets.c │ │ ├── pets.pro │ │ ├── pets.sln │ │ └── pets.vcproj ├── chezray │ ├── cap │ │ ├── FUN.CRY │ │ ├── GERALD.CRY │ │ ├── OCEAN.CRY │ │ ├── aa.cry │ │ ├── aa.pro │ │ ├── cap.ppj │ │ ├── crypto.joli │ │ ├── crypto.pro │ │ ├── crypto.txt │ │ ├── cryptolib.joli │ │ ├── cryptolib.pro │ │ ├── doc.html │ │ ├── fun.pro │ │ ├── funny.pro │ │ ├── goodnight.cry │ │ ├── goodnight.pro │ │ ├── money1.cry │ │ ├── money1.pro │ │ ├── money2.cry │ │ ├── money2.pro │ │ ├── ocean.pro │ │ ├── primes.cry │ │ ├── primes.pro │ │ ├── puzzles │ │ ├── ron.pro │ │ ├── schuh.cry │ │ ├── schuh.pro │ │ ├── setup.joli │ │ ├── setup.pro │ │ ├── toohard.cry │ │ ├── toohard.pro │ │ ├── trente.cry │ │ ├── trente.pro │ │ ├── try.cry │ │ ├── try.pro │ │ ├── twenty.cry │ │ ├── twenty.pro │ │ ├── vier.cry │ │ ├── vier.pro │ │ ├── writef.pro │ │ ├── xroads.cry │ │ └── xroads.pro │ ├── doc.html │ ├── hll │ │ ├── doc.html │ │ └── hll.pro │ ├── joli │ │ ├── amzi.cfg │ │ ├── doc.html │ │ ├── eof.pro │ │ ├── joli.joli │ │ ├── joli.ppj │ │ ├── joli.pro │ │ ├── lex.joli │ │ ├── lex.pro │ │ └── proclass.pro │ ├── matrix │ │ ├── doc.html │ │ ├── examples.pro │ │ └── matrix.pro │ ├── mm │ │ ├── amzi.cfg │ │ ├── doc.html │ │ ├── mm.ppj │ │ ├── mm.pro │ │ └── testmm.pro │ ├── polyplot │ │ ├── Script1.rc │ │ ├── amzi.cfg │ │ ├── complex.cpp │ │ ├── complex.h │ │ ├── demos.pro │ │ ├── displaypq.cpp │ │ ├── displaypq │ │ │ ├── displaypq.dsp │ │ │ └── displaypq.dsw │ │ ├── doc.html │ │ ├── eval.pro │ │ ├── maxflat.gif │ │ ├── plotserver.dsp │ │ ├── plotserver.dsw │ │ ├── poly.pro │ │ ├── polyplot.ppj │ │ ├── pq.cpp │ │ ├── pq.h │ │ ├── qmain.cpp │ │ ├── quad.cpp │ │ ├── quad.h │ │ ├── resource.h │ │ └── tile.cpp │ ├── tools │ │ ├── doc.html │ │ ├── iteration │ │ │ └── iteration.pro │ │ ├── longlists │ │ │ ├── amzi.cfg │ │ │ ├── ll.joli │ │ │ └── ll.pro │ │ └── tools.pro │ └── xmas │ │ ├── amzi.cfg │ │ ├── doc.html │ │ ├── red.pro │ │ ├── xmas.joli │ │ ├── xmas.ppj │ │ ├── xmas.pro │ │ ├── zebra.ppj │ │ └── zebra.pro ├── com │ ├── cpp_pets │ │ ├── StdAfx.cpp │ │ ├── StdAfx.h │ │ ├── cpp_pets.cpp │ │ ├── cpp_pets.dsp │ │ ├── cpp_pets.dsw │ │ ├── doc.html │ │ └── pets.pro │ ├── delphi_pets │ │ ├── delphi_pets.dpr │ │ ├── delphi_pets.res │ │ ├── delphi_pets_unit.dfm │ │ ├── delphi_pets_unit.pas │ │ ├── doc.html │ │ └── pets.pro │ ├── doc.html │ └── vb_pets │ │ ├── doc.html │ │ ├── pets.pro │ │ ├── vb_pets.frm │ │ ├── vb_pets.frx │ │ └── vb_pets.vbp ├── cpp │ ├── doc.html │ ├── hello │ │ ├── console │ │ │ ├── chello │ │ │ ├── chello.cpp │ │ │ ├── chello.h │ │ │ ├── doc.html │ │ │ ├── hello.pro │ │ │ ├── hello.sln │ │ │ ├── hello.vcproj │ │ │ ├── main.cpp │ │ │ ├── make_lnx32.txt │ │ │ ├── make_mac64.txt │ │ │ └── make_sol32.txt │ │ └── win32_mfc │ │ │ ├── StdAfx.cpp │ │ │ ├── StdAfx.h │ │ │ ├── chello.cpp │ │ │ ├── chello.h │ │ │ ├── doc.html │ │ │ ├── hello.cpp │ │ │ ├── hello.h │ │ │ ├── hello.pro │ │ │ ├── hello.rc │ │ │ ├── hello.sln │ │ │ ├── hello.vcproj │ │ │ ├── helloDlg.cpp │ │ │ ├── helloDlg.h │ │ │ ├── res │ │ │ ├── hello.ico │ │ │ └── hello.rc2 │ │ │ └── resource.h │ ├── pets │ │ ├── doc.html │ │ ├── make_lnx32.txt │ │ ├── make_mac64.txt │ │ ├── make_sol32.txt │ │ ├── pets │ │ ├── pets.cpp │ │ ├── pets.pro │ │ ├── pets.sln │ │ └── pets.vcproj │ ├── pets_callback │ │ ├── doc.html │ │ ├── make_lnk32.txt │ │ ├── make_lnx32.txt │ │ ├── make_mac64.txt │ │ ├── make_sol32.txt │ │ ├── pets.pro │ │ ├── pets_callback.sln │ │ ├── pets_callback.vcproj │ │ ├── pets_callback.vcxproj │ │ ├── pets_callback.vcxproj.filters │ │ ├── petscb │ │ └── petscb.cpp │ └── win32_rubik_multi │ │ ├── CubeMT.cpp │ │ ├── CubeMT.h │ │ ├── CubeMT.rc │ │ ├── CubeMT.sln │ │ ├── CubeMT.vcproj │ │ ├── CubeThread.cpp │ │ ├── CubeThread.h │ │ ├── CubeWnd.cpp │ │ ├── CubeWnd.h │ │ ├── Inc.h │ │ ├── Lstring.cpp │ │ ├── Lstring.h │ │ ├── MainFrm.cpp │ │ ├── MainFrm.h │ │ ├── Resource.h │ │ ├── Rubik.cpp │ │ ├── Rubik.h │ │ ├── StdAfx.cpp │ │ ├── StdAfx.h │ │ ├── doc.html │ │ ├── res │ │ ├── CubeMT.ico │ │ ├── CubeMT.rc2 │ │ └── CubeMTDoc.ico │ │ ├── rubdata.pro │ │ ├── rubedit.pro │ │ ├── rubhelp.pro │ │ ├── rubhist.pro │ │ ├── rubik.pro │ │ └── rubmov.pro ├── delphi │ ├── delgui │ │ ├── delgui.pas │ │ ├── delgui.pro │ │ ├── dgmain.dfm │ │ ├── dgmain.pas │ │ ├── dgtemp.dpr │ │ ├── dgtemp.ppj │ │ ├── dgtemp.pro │ │ ├── dgtemp.res │ │ └── doc.html │ ├── deltest │ │ ├── doc.html │ │ ├── test.dfm │ │ ├── test.pas │ │ ├── test.pro │ │ ├── testp.dpr │ │ └── testp.res │ ├── doc.html │ ├── eq │ │ ├── doc.html │ │ ├── eq.dpr │ │ ├── eq.res │ │ ├── eqmain.dfm │ │ ├── eqmain.pas │ │ ├── equation.pro │ │ └── p_draw.pas │ ├── hello │ │ ├── doc.html │ │ ├── hello.dfm │ │ ├── hello.pas │ │ ├── hello.pro │ │ ├── hellop.dpr │ │ └── hellop.res │ ├── proxs │ │ ├── birds.pxs │ │ ├── doc.html │ │ ├── goald.dfm │ │ ├── goald.pas │ │ ├── proxs.cfg │ │ ├── proxs.dpr │ │ ├── proxs.pro │ │ ├── proxs.res │ │ ├── pxmain.dfm │ │ └── pxmain.pas │ └── ssched │ │ ├── doc.html │ │ ├── main.dfm │ │ ├── main.pas │ │ ├── sched.pro │ │ ├── ssched.dpr │ │ └── ssched.res ├── doc.html ├── dotnet │ ├── cs │ │ ├── pets │ │ │ ├── App.ico │ │ │ ├── AssemblyInfo.cs │ │ │ ├── PetsForm.cs │ │ │ ├── PetsForm.resx │ │ │ ├── app.config │ │ │ ├── doc.html │ │ │ ├── pets.csproj │ │ │ ├── pets.pro │ │ │ └── pets.sln │ │ └── pets_callback │ │ │ ├── App.ico │ │ │ ├── AssemblyInfo.cs │ │ │ ├── InputDialog.cs │ │ │ ├── InputDialog.resx │ │ │ ├── PetsCallbackForm.cs │ │ │ ├── PetsCallbackForm.resx │ │ │ ├── doc.html │ │ │ ├── pets.pro │ │ │ ├── pets_callback.csproj │ │ │ └── pets_callback.sln │ ├── doc.html │ └── vb │ │ ├── pets │ │ ├── AssemblyInfo.vb │ │ ├── PetsForm.resx │ │ ├── PetsForm.vb │ │ ├── doc.html │ │ ├── pets.pro │ │ ├── pets.sln │ │ └── pets.vbproj │ │ └── pets_callback │ │ ├── AssemblyInfo.vb │ │ ├── PetsCallbackForm.resx │ │ ├── PetsCallbackForm.vb │ │ ├── doc.html │ │ ├── pets.pro │ │ ├── pets_callback.sln │ │ └── pets_callback.vbproj ├── internet │ ├── asp.net │ │ ├── doc.html │ │ └── vb_pets │ │ │ ├── AssemblyInfo.vb │ │ │ ├── Default.aspx │ │ │ ├── Default.aspx.vb │ │ │ ├── Global.asax │ │ │ ├── Global.asax.resx │ │ │ ├── Global.asax.vb │ │ │ ├── Styles.css │ │ │ ├── Web.config │ │ │ ├── WebForm1.aspx │ │ │ ├── WebForm1.aspx.resx │ │ │ ├── WebForm1.aspx.vb │ │ │ ├── doc.html │ │ │ ├── pets.pro │ │ │ ├── vb_pets.sln │ │ │ ├── vb_pets.vbproj │ │ │ ├── vb_pets.vbproj.webinfo │ │ │ └── vb_pets.vsdisco │ ├── asp │ │ ├── doc.html │ │ ├── vb_odbc_pets │ │ │ ├── Pets_odbc.cls │ │ │ ├── doc.html │ │ │ ├── pets.mdb │ │ │ ├── pets_odbc.asp │ │ │ ├── pets_odbc.ppj │ │ │ ├── pets_odbc.pro │ │ │ └── pets_odbc.vbp │ │ └── vb_pets │ │ │ ├── Pets.cls │ │ │ ├── asp_pets.vbp │ │ │ ├── asp_pets.vbw │ │ │ ├── doc.html │ │ │ ├── pets.asp │ │ │ └── pets.pro │ ├── cgi │ │ ├── doc.html │ │ ├── hello │ │ │ ├── .project │ │ │ ├── .settings │ │ │ │ └── org.eclipse.core.resources.prefs │ │ │ ├── Edit1.txt │ │ │ ├── amzi.cfg │ │ │ ├── amzi_bsd.cfg │ │ │ ├── amzi_bsd1.cfg │ │ │ ├── amzi_win.cfg │ │ │ ├── amzilog.txt │ │ │ ├── build.properties │ │ │ ├── doc.html │ │ │ ├── hellocgi.pro │ │ │ ├── hellocgi_consult.pro │ │ │ ├── hellocgi_greek1.pro │ │ │ ├── hellocgi_greek2.pro │ │ │ ├── hellocgi_mysql.pro │ │ │ ├── hg3.pro │ │ │ └── test.txt │ │ └── infoform │ │ │ ├── .project │ │ │ ├── amzi.cfg │ │ │ ├── build.properties │ │ │ ├── doc.html │ │ │ ├── infoform.pro │ │ │ ├── infoform_unix.htm │ │ │ └── infoform_windows.htm │ ├── doc.html │ ├── jsp │ │ ├── doc.html │ │ ├── pets │ │ │ ├── PetsJSP.jsp │ │ │ ├── PetsJSPBean.java │ │ │ ├── WEB-INF │ │ │ │ └── web.xml │ │ │ ├── doc.html │ │ │ └── pets.pro │ │ └── ship │ │ │ ├── WEB-INF │ │ │ └── web.xml │ │ │ ├── doc.html │ │ │ ├── ship.pro │ │ │ ├── shipErrorPage.jsp │ │ │ ├── shipPage.jsp │ │ │ └── shipPageBean.java │ ├── servlets │ │ ├── doc.html │ │ ├── extpred │ │ │ ├── AmziPreds.java │ │ │ ├── ExtPred.java │ │ │ ├── WEB-INF │ │ │ │ ├── classes │ │ │ │ │ ├── AmziPreds.class │ │ │ │ │ └── ExtPred.class │ │ │ │ └── web.xml │ │ │ ├── doc.html │ │ │ ├── extpred.jpx │ │ │ └── htmldoc.pro │ │ └── hello │ │ │ ├── Hello.java │ │ │ ├── WEB-INF │ │ │ ├── classes │ │ │ │ └── Hello.class │ │ │ └── web.xml │ │ │ ├── doc.html │ │ │ └── hello.pro │ └── sockets │ │ ├── amzi.cfg │ │ ├── doc.html │ │ ├── finger.pro │ │ ├── sclient.pro │ │ └── sserver.pro ├── java │ ├── doc.html │ ├── hello │ │ ├── Hello.class │ │ ├── Hello.java │ │ ├── doc.html │ │ ├── hello.pro │ │ └── makefile │ ├── hello_loadurl │ │ ├── HelloLoadURL.java │ │ ├── HelloMain.java │ │ ├── MANIFEST.MF │ │ ├── doc.html │ │ └── hello.pro │ ├── pets_callback │ │ ├── AmziPreds.class │ │ ├── AmziPreds.java │ │ ├── Pets.class │ │ ├── Pets.java │ │ ├── doc.html │ │ └── pets.pro │ └── ship │ │ ├── doc.html │ │ ├── java │ │ ├── .classpath │ │ ├── .project │ │ └── Ship.java │ │ └── prolog │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── build.properties │ │ └── ship.pro ├── lsx │ ├── doc.html │ └── xarray │ │ ├── Makefile │ │ ├── amzi.cfg │ │ ├── doc.html │ │ ├── makefile.lnx │ │ ├── makefile.sol │ │ ├── xarray.c │ │ ├── xarray.pro │ │ ├── xarray.sln │ │ └── xarray.vcproj ├── make_cent64.txt ├── make_mac64.txt ├── make_win32.txt ├── make_win64.txt ├── odbc │ ├── dbgene │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── build.properties │ │ ├── dbgendlg.cpp │ │ ├── dbgendlg.h │ │ ├── dbgene.cpp │ │ ├── dbgene.h │ │ ├── dbgene.pro │ │ ├── dbgene.rc │ │ ├── dbgene.sln │ │ ├── dbgene.vcproj │ │ ├── doc.html │ │ ├── gene.mdb │ │ ├── progene.cpp │ │ ├── progene.h │ │ ├── res │ │ │ ├── DBGENE.ICO │ │ │ └── DBGENE.RC2 │ │ ├── resource.h │ │ ├── stdafx.cpp │ │ └── stdafx.h │ ├── doc.html │ ├── events │ │ ├── .project │ │ ├── doc.html │ │ ├── events.mdb │ │ └── events.pro │ └── vbgene │ │ ├── CONSTANT.TXT │ │ ├── amzi.cfg │ │ ├── dbgenevb.frm │ │ ├── declare.bas │ │ ├── doc.html │ │ ├── gene.mdb │ │ ├── odbcgene.vbp │ │ └── prolog │ │ ├── .project │ │ ├── build.properties │ │ └── dbgene.pro ├── prolog │ ├── babel │ │ ├── .project │ │ ├── .settings │ │ │ └── org.eclipse.core.resources.prefs │ │ ├── amzi.cfg │ │ ├── babel.pro │ │ ├── build.properties │ │ ├── doc.html │ │ ├── english.pro │ │ ├── german.pro │ │ ├── japanese.pro │ │ ├── latin.pro │ │ ├── makefile │ │ └── spanish.pro │ ├── chat_ontology │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── build.properties │ │ ├── chat_ont.pro │ │ └── doc.html │ ├── configuration │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── build.properties │ │ ├── configure.pro │ │ ├── configure_door.pro │ │ ├── configure_ui.pro │ │ └── doc.html │ ├── doc.html │ ├── duckworld │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── build.properties │ │ ├── doc.html │ │ ├── duckym.pro │ │ ├── dw.PPJ │ │ ├── dw_data.pro │ │ ├── dw_main.pro │ │ ├── dw_rules.pro │ │ └── makefile │ ├── misc_one_file │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── birds.pro │ │ ├── build.properties │ │ ├── catch.pro │ │ ├── custord.pro │ │ ├── dcgxpand.pro │ │ ├── doc.html │ │ ├── dospath.pro │ │ ├── eliza_uga.pro │ │ ├── england.fam │ │ ├── gene.pro │ │ ├── logicW.pro │ │ ├── money.pro │ │ ├── nanisrch.pro │ │ ├── pets.pro │ │ ├── pi.pro │ │ ├── traffic1.pro │ │ ├── traffic2.pro │ │ ├── traffic3.kb │ │ ├── traffic3.pro │ │ └── wordlist.pro │ ├── mlist │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── build.properties │ │ ├── mlist.pro │ │ └── scan.inp │ ├── proxs │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── birds.pxs │ │ ├── build.properties │ │ ├── doc.html │ │ ├── proxs.pro │ │ └── pxmain.pro │ ├── rubik │ │ ├── .project │ │ ├── .settings │ │ │ └── org.eclipse.ltk.core.refactoring.prefs │ │ ├── amzi.cfg │ │ ├── build.properties │ │ ├── doc.html │ │ ├── listener_ouput.txt │ │ ├── makefile │ │ ├── rubdata.pro │ │ ├── rubdisp.pro │ │ ├── rubedit.pro │ │ ├── rubhelp.pro │ │ ├── rubhist.pro │ │ ├── rubik.gif │ │ ├── rubik.pro │ │ ├── rubload.pro │ │ ├── rubloadc.pro │ │ └── rubmov.pro │ ├── ship │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── build.properties │ │ ├── doc.html │ │ ├── ship.pro │ │ └── shiprule.txt │ ├── ssched │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── build.properties │ │ ├── doc.html │ │ ├── ssched.pro │ │ └── ssmain.pro │ ├── taxes │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── build.properties │ │ ├── tax.dat │ │ ├── tax.pro │ │ └── taxtrace.txt │ ├── tutorial_tests │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── build.properties │ │ ├── doc.html │ │ ├── tutor_test_engine.pro │ │ ├── tutor_test_math.pro │ │ └── tutor_test_ui.pro │ ├── warplan │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── blocks3.pro │ │ ├── blocks3.txt │ │ ├── blocks5.pro │ │ ├── build.properties │ │ ├── compile.pro │ │ ├── compile2.pro │ │ ├── flash.pro │ │ ├── hungry.pro │ │ ├── lube.pro │ │ ├── lube2.pro │ │ ├── nilsson.pro │ │ ├── rich2.pro │ │ ├── strips.pro │ │ ├── warplan.pro │ │ └── wedding1.pro │ └── workspace │ │ ├── .metadata │ │ ├── .lock │ │ ├── .plugins │ │ │ ├── com.amzi.prolog.core │ │ │ │ └── dialog_settings.xml │ │ │ ├── org.eclipse.core.resources │ │ │ │ ├── .projects │ │ │ │ │ ├── babel │ │ │ │ │ │ ├── .location │ │ │ │ │ │ └── 1.tree │ │ │ │ │ ├── chat_ontology │ │ │ │ │ │ ├── .location │ │ │ │ │ │ └── 1.tree │ │ │ │ │ ├── duckworld │ │ │ │ │ │ ├── .location │ │ │ │ │ │ └── 1.tree │ │ │ │ │ ├── mailing list │ │ │ │ │ │ ├── .location │ │ │ │ │ │ └── 1.tree │ │ │ │ │ ├── misc_one_file │ │ │ │ │ │ ├── .location │ │ │ │ │ │ └── 1.tree │ │ │ │ │ ├── prolog expert system │ │ │ │ │ │ ├── .location │ │ │ │ │ │ └── 1.tree │ │ │ │ │ ├── rubik │ │ │ │ │ │ ├── .location │ │ │ │ │ │ ├── .markers │ │ │ │ │ │ └── 1.tree │ │ │ │ │ ├── sample_configuration │ │ │ │ │ │ ├── .location │ │ │ │ │ │ └── 1.tree │ │ │ │ │ ├── ship │ │ │ │ │ │ ├── .location │ │ │ │ │ │ └── 1.tree │ │ │ │ │ ├── sports scheduler │ │ │ │ │ │ ├── .location │ │ │ │ │ │ └── 1.tree │ │ │ │ │ ├── taxes │ │ │ │ │ │ ├── .location │ │ │ │ │ │ └── 1.tree │ │ │ │ │ ├── tests │ │ │ │ │ │ └── 1.tree │ │ │ │ │ ├── tutorial_tests │ │ │ │ │ │ ├── .location │ │ │ │ │ │ └── 1.tree │ │ │ │ │ └── warplan │ │ │ │ │ │ ├── .location │ │ │ │ │ │ └── 1.tree │ │ │ │ ├── .root │ │ │ │ │ ├── .indexes │ │ │ │ │ │ ├── history.version │ │ │ │ │ │ ├── properties.index │ │ │ │ │ │ └── properties.version │ │ │ │ │ └── 7.tree │ │ │ │ └── .safetable │ │ │ │ │ └── org.eclipse.core.resources │ │ │ ├── org.eclipse.core.runtime │ │ │ │ └── .settings │ │ │ │ │ ├── org.eclipse.core.resources.prefs │ │ │ │ │ ├── org.eclipse.debug.ui.prefs │ │ │ │ │ ├── org.eclipse.help.ui.prefs │ │ │ │ │ ├── org.eclipse.ui.editors.prefs │ │ │ │ │ └── org.eclipse.ui.ide.prefs │ │ │ ├── org.eclipse.ui.ide │ │ │ │ └── dialog_settings.xml │ │ │ └── org.eclipse.ui.workbench │ │ │ │ ├── dialog_settings.xml │ │ │ │ └── workbench.xml │ │ └── version.ini │ │ └── tests │ │ ├── .project │ │ ├── .settings │ │ └── org.eclipse.core.resources.prefs │ │ ├── amzi.cfg │ │ ├── build.properties │ │ ├── carriers.pro │ │ ├── dynomod.pro │ │ ├── family.pro │ │ ├── fran.pro │ │ ├── fran2.pro │ │ └── xyz.pro ├── tcltk │ ├── doc.html │ └── lb_query │ │ ├── .project │ │ ├── amzi.cfg │ │ ├── amzilog.txt │ │ ├── build.properties │ │ ├── doc.html │ │ ├── gene.lb │ │ ├── help.txt │ │ ├── lb_query.pro │ │ ├── pets.lb │ │ └── wides.lb └── vb │ ├── doc.html │ ├── extpred │ ├── doc.html │ ├── msgbox.frm │ ├── msgbox.pro │ ├── msgbox.vbp │ ├── msgbox.vbw │ └── pmsgbox.bas │ ├── hello │ ├── doc.html │ ├── hello.frm │ ├── hello.pro │ ├── hello.vbp │ └── hello.vbw │ ├── types │ ├── doc.html │ ├── testvb.frm │ ├── testvb.pro │ └── testvb.vbp │ └── wgene │ ├── doc.html │ ├── england.fam │ ├── gene.pro │ ├── personfo.frm │ ├── wgene.bas │ ├── wgenevb.frm │ └── wgenevb.vbp └── winIDE ├── ClassDiagram1.cd ├── GetVersion.txt ├── RES ├── cogs.ico ├── cpWinIDE.ico ├── cpwinIDE.rc2 ├── dsqrl.ico ├── editdoc.ico ├── idr_main.bmp ├── sqrl.ico ├── tcogs.ico ├── tcpWinIDE.ico ├── teditdoc.ico ├── tibco.ico └── toolbar.bmp ├── amziexcept.cpp ├── amziexcept.h ├── browbrow.cpp ├── browbrow.h ├── compile.cpp ├── compile.h ├── conview.cpp ├── conview.h ├── cpWinIDE.cpp ├── cpWinIDE.h ├── cpWinIDE.rc ├── cpwin.cpp ├── cpwin.h ├── debug.cpp ├── debug.h ├── editdoc.cpp ├── editdoc.h ├── link.cpp ├── link.h ├── listen.cpp ├── listen.h ├── mainfrm.cpp ├── mainfrm.h ├── make_win32.txt ├── make_win64.txt ├── peditvw.cpp ├── peditvw.h ├── prodoc.cpp ├── prodoc.h ├── project.cpp ├── project.h ├── proprog.cpp ├── proprog.h ├── resource.h ├── spypoint.cpp ├── spypoint.h ├── stdafx.cpp ├── stdafx.h ├── tide.dep ├── tide.dsp ├── tide.mak ├── tipco.rc ├── unlock.cpp ├── unlock.h ├── utils.cpp ├── utils.h ├── winIDE.dep ├── winIDE.dsp ├── winIDE.dsw ├── winIDE.mak ├── winIDE.sln ├── winIDE.sln.old ├── winIDE.vcproj ├── winIDE.vcxproj └── winIDE.vcxproj.filters /Amzi Prolog 32 Bit Environment (Source).lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/Amzi Prolog 32 Bit Environment (Source).lnk -------------------------------------------------------------------------------- /Amzi Prolog 64 Bit Environment (Source).lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/Amzi Prolog 64 Bit Environment (Source).lnk -------------------------------------------------------------------------------- /Amzi Prolog Environment (Release).lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/Amzi Prolog Environment (Release).lnk -------------------------------------------------------------------------------- /bin/amzi_vars.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | set AMZI_DIR=%CD% 4 | 5 | REM for release builds 6 | set APLS_RELEASE=%AMZI_DIR% 7 | 8 | REM for debug builds 9 | set AMZI_DEV_DIR=%AMZI_DIR% 10 | 11 | set PATH=%AMZI_DIR%\bin;%PATH% 12 | 13 | REM blank line 14 | echo[ 15 | 16 | echo Environment initialized for Amzi! Prolog (release version) 17 | -------------------------------------------------------------------------------- /bin/win32/tcl86t.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/bin/win32/tcl86t.dll -------------------------------------------------------------------------------- /bin/win32/tk86t.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/bin/win32/tk86t.dll -------------------------------------------------------------------------------- /bin/win64/tcl86t.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/bin/win64/tcl86t.dll -------------------------------------------------------------------------------- /bin/win64/tk86t.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/bin/win64/tk86t.dll -------------------------------------------------------------------------------- /compile/acmp.xpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/compile/acmp.xpl -------------------------------------------------------------------------------- /compile/hello.pro: -------------------------------------------------------------------------------- 1 | main :- write(hello), nl. -------------------------------------------------------------------------------- /compile/make_win32.txt: -------------------------------------------------------------------------------- 1 | .SUFFIXES: .plm .pro 2 | 3 | OBJECTS = reader.plm 4 | ALIB = $(APLS_RELEASE)\abin\alib.plm 5 | ACMP = $(APLS_RELEASE)\abin\acmp.xpl 6 | 7 | all: $(ACMP) 8 | 9 | .pro.plm: 10 | acmp $< 11 | 12 | $(ACMP) : alib.plm $(OBJECTS) 13 | copy acmp.xpl $(ACMP) 14 | copy alib.plm $(ALIB) 15 | 16 | clean : 17 | @-sildel /Q *.plm 18 | -------------------------------------------------------------------------------- /compile/make_win64.txt: -------------------------------------------------------------------------------- 1 | .SUFFIXES: .plm .pro 2 | 3 | OBJECTS = reader.plm 4 | ALIB = $(APLS_RELEASE)\abin\alib.plm 5 | ACMP = $(APLS_RELEASE)\abin\acmp.xpl 6 | 7 | all: $(ACMP) 8 | 9 | .pro.plm: 10 | acmp $< 11 | 12 | $(ACMP) : alib.plm $(OBJECTS) 13 | copy acmp.xpl $(ACMP) 14 | copy alib.plm $(ALIB) 15 | 16 | clean : 17 | @-sildel /Q *.plm 18 | -------------------------------------------------------------------------------- /devdocs/Original WAM paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/devdocs/Original WAM paper.pdf -------------------------------------------------------------------------------- /docs/Library/Copyright.lbi: -------------------------------------------------------------------------------- 1 | 2 |

Copyright ©1987-2011 Amzi! inc. All Rights Reserved. 3 | Amzi! is a registered trademark and Logic Server is a trademark 4 | of Amzi! inc.

5 | 6 | -------------------------------------------------------------------------------- /docs/aip/advfig1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/aip/advfig1.gif -------------------------------------------------------------------------------- /docs/aip/advfig10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/aip/advfig10.gif -------------------------------------------------------------------------------- /docs/aip/advfig2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/aip/advfig2.gif -------------------------------------------------------------------------------- /docs/aip/advfig3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/aip/advfig3.gif -------------------------------------------------------------------------------- /docs/aip/advfig4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/aip/advfig4.gif -------------------------------------------------------------------------------- /docs/aip/advfig5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/aip/advfig5.gif -------------------------------------------------------------------------------- /docs/aip/advfig6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/aip/advfig6.gif -------------------------------------------------------------------------------- /docs/aip/advfig7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/aip/advfig7.gif -------------------------------------------------------------------------------- /docs/aip/advfig8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/aip/advfig8.gif -------------------------------------------------------------------------------- /docs/aip/advfig9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/aip/advfig9.gif -------------------------------------------------------------------------------- /docs/aip/advfrtop.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | This document can be viewed only with Netscape 2.0 or later or Microsoft Explorer 3.0 or later, or any browser that supports frames. 12 | 13 | -------------------------------------------------------------------------------- /docs/aip/htmlidx.cfg: -------------------------------------------------------------------------------- 1 | heap = 5000000 2 | local = 1000000 3 | control = 1000000 4 | trail = 1000000 5 | #lsxload = aosutils 6 | -------------------------------------------------------------------------------- /docs/aip/sqrlgrey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/aip/sqrlgrey.gif -------------------------------------------------------------------------------- /docs/alk/Images/amzi_prolog_logic_server_name_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/Images/amzi_prolog_logic_server_name_small.gif -------------------------------------------------------------------------------- /docs/alk/Images/amzi_prolog_logic_server_name_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/Images/amzi_prolog_logic_server_name_small.png -------------------------------------------------------------------------------- /docs/alk/Images/knowledgewright_name_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/Images/knowledgewright_name_small.gif -------------------------------------------------------------------------------- /docs/alk/Images/knowledgewright_name_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/Images/knowledgewright_name_small.png -------------------------------------------------------------------------------- /docs/alk/Images/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/Images/next.gif -------------------------------------------------------------------------------- /docs/alk/Images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/Images/next.png -------------------------------------------------------------------------------- /docs/alk/Images/paws.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/Images/paws.gif -------------------------------------------------------------------------------- /docs/alk/Images/paws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/Images/paws.png -------------------------------------------------------------------------------- /docs/alk/Images/previous.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/Images/previous.gif -------------------------------------------------------------------------------- /docs/alk/Images/previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/Images/previous.png -------------------------------------------------------------------------------- /docs/alk/logic_base/_notes/logic_base_architecture.gif.mno: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /docs/alk/logic_base/logic_base_architecture.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/logic_base/logic_base_architecture.gif -------------------------------------------------------------------------------- /docs/alk/logic_base/logic_base_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/logic_base/logic_base_architecture.png -------------------------------------------------------------------------------- /docs/alk/overview/overview.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview.htm -------------------------------------------------------------------------------- /docs/alk/overview/overview_hybrid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_hybrid.gif -------------------------------------------------------------------------------- /docs/alk/overview/overview_hybrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_hybrid.png -------------------------------------------------------------------------------- /docs/alk/overview/overview_knowledgewright.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_knowledgewright.gif -------------------------------------------------------------------------------- /docs/alk/overview/overview_knowledgewright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_knowledgewright.png -------------------------------------------------------------------------------- /docs/alk/overview/overview_logicbase.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_logicbase.gif -------------------------------------------------------------------------------- /docs/alk/overview/overview_logicbase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_logicbase.png -------------------------------------------------------------------------------- /docs/alk/overview/overview_logicprogram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_logicprogram.gif -------------------------------------------------------------------------------- /docs/alk/overview/overview_logicprogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_logicprogram.png -------------------------------------------------------------------------------- /docs/alk/overview/overview_prologbase.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_prologbase.gif -------------------------------------------------------------------------------- /docs/alk/overview/overview_prologbase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_prologbase.png -------------------------------------------------------------------------------- /docs/alk/overview/overview_reasoning_engine.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_reasoning_engine.gif -------------------------------------------------------------------------------- /docs/alk/overview/overview_reasoning_engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_reasoning_engine.png -------------------------------------------------------------------------------- /docs/alk/overview/overview_traditional.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_traditional.gif -------------------------------------------------------------------------------- /docs/alk/overview/overview_traditional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/alk/overview/overview_traditional.png -------------------------------------------------------------------------------- /docs/amzi_toc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /docs/articles/articles_toc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /docs/articles/bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/bullet.gif -------------------------------------------------------------------------------- /docs/articles/dataproc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/dataproc.gif -------------------------------------------------------------------------------- /docs/articles/javacls1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/javacls1.gif -------------------------------------------------------------------------------- /docs/articles/javacls2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/javacls2.gif -------------------------------------------------------------------------------- /docs/articles/javaship.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/javaship.gif -------------------------------------------------------------------------------- /docs/articles/prohood1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/prohood1.gif -------------------------------------------------------------------------------- /docs/articles/prohood2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/prohood2.gif -------------------------------------------------------------------------------- /docs/articles/prohood3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/prohood3.gif -------------------------------------------------------------------------------- /docs/articles/prohood4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/prohood4.gif -------------------------------------------------------------------------------- /docs/articles/prolog.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/prolog.htm -------------------------------------------------------------------------------- /docs/articles/ruleeng.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/ruleeng.htm -------------------------------------------------------------------------------- /docs/articles/vbprolog.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/vbprolog.htm -------------------------------------------------------------------------------- /docs/articles/wgadd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/wgadd.gif -------------------------------------------------------------------------------- /docs/articles/wgmain.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/wgmain.gif -------------------------------------------------------------------------------- /docs/articles/wgopen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/wgopen.gif -------------------------------------------------------------------------------- /docs/articles/whitearc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/whitearc.gif -------------------------------------------------------------------------------- /docs/articles/xircarch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/xircarch.gif -------------------------------------------------------------------------------- /docs/articles/xircom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/articles/xircom.gif -------------------------------------------------------------------------------- /docs/htmlidx/htmlidx.cfg: -------------------------------------------------------------------------------- 1 | heap = 5000000 2 | local = 1000000 3 | control = 1000000 4 | trail = 1000000 5 | #lsxload = aosutils 6 | -------------------------------------------------------------------------------- /docs/htmlidx/toc.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/libs/libs_toc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /docs/ls/arrowrt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/ls/arrowrt.gif -------------------------------------------------------------------------------- /docs/ls/cgiarch.fh7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/ls/cgiarch.fh7 -------------------------------------------------------------------------------- /docs/ls/cgiarch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/ls/cgiarch.gif -------------------------------------------------------------------------------- /docs/ls/dlsconc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/ls/dlsconc.doc -------------------------------------------------------------------------------- /docs/ls/htmlidx.cfg: -------------------------------------------------------------------------------- 1 | heap = 5000000 2 | local = 1000000 3 | control = 1000000 4 | trail = 1000000 5 | #lsxload = aosutils 6 | -------------------------------------------------------------------------------- /docs/ls/javaclassfig1.fh7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/ls/javaclassfig1.fh7 -------------------------------------------------------------------------------- /docs/ls/javacls1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/ls/javacls1.gif -------------------------------------------------------------------------------- /docs/ls/javacls2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/ls/javacls2.gif -------------------------------------------------------------------------------- /docs/ls/lsadelph.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/ls/lsadelph.htm -------------------------------------------------------------------------------- /docs/ls/sqrlgrey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/ls/sqrlgrey.gif -------------------------------------------------------------------------------- /docs/pro/acmp.fh8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/acmp.fh8 -------------------------------------------------------------------------------- /docs/pro/acmp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/acmp.gif -------------------------------------------------------------------------------- /docs/pro/alis.fh8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/alis.fh8 -------------------------------------------------------------------------------- /docs/pro/alis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/alis.gif -------------------------------------------------------------------------------- /docs/pro/alnk.fh8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/alnk.fh8 -------------------------------------------------------------------------------- /docs/pro/alnk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/alnk.gif -------------------------------------------------------------------------------- /docs/pro/alsxdll.fh8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/alsxdll.fh8 -------------------------------------------------------------------------------- /docs/pro/alsxdll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/alsxdll.gif -------------------------------------------------------------------------------- /docs/pro/aover.fh8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/aover.fh8 -------------------------------------------------------------------------------- /docs/pro/aover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/aover.gif -------------------------------------------------------------------------------- /docs/pro/arrowrt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/arrowrt.gif -------------------------------------------------------------------------------- /docs/pro/arun.fh8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/arun.fh8 -------------------------------------------------------------------------------- /docs/pro/arun.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/arun.gif -------------------------------------------------------------------------------- /docs/pro/azsort.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/azsort.gif -------------------------------------------------------------------------------- /docs/pro/boxmdl.fh8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/boxmdl.fh8 -------------------------------------------------------------------------------- /docs/pro/boxmdl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/boxmdl.gif -------------------------------------------------------------------------------- /docs/pro/bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/bullet.gif -------------------------------------------------------------------------------- /docs/pro/call.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/call.gif -------------------------------------------------------------------------------- /docs/pro/cross_reference_view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/cross_reference_view.gif -------------------------------------------------------------------------------- /docs/pro/cross_reference_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/cross_reference_view.png -------------------------------------------------------------------------------- /docs/pro/debug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/debug.gif -------------------------------------------------------------------------------- /docs/pro/debugger_screen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/debugger_screen.gif -------------------------------------------------------------------------------- /docs/pro/debugger_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/debugger_screen.png -------------------------------------------------------------------------------- /docs/pro/disconnect_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/disconnect_co.gif -------------------------------------------------------------------------------- /docs/pro/dproconc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/dproconc.doc -------------------------------------------------------------------------------- /docs/pro/edit_view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/edit_view.gif -------------------------------------------------------------------------------- /docs/pro/edit_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/edit_view.png -------------------------------------------------------------------------------- /docs/pro/editor_outliner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/editor_outliner.gif -------------------------------------------------------------------------------- /docs/pro/editor_outliner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/editor_outliner.png -------------------------------------------------------------------------------- /docs/pro/exit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/exit.gif -------------------------------------------------------------------------------- /docs/pro/fail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/fail.gif -------------------------------------------------------------------------------- /docs/pro/file_new_dialog.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/file_new_dialog.gif -------------------------------------------------------------------------------- /docs/pro/file_new_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/file_new_dialog.png -------------------------------------------------------------------------------- /docs/pro/htmlidx.cfg: -------------------------------------------------------------------------------- 1 | heap = 5000000 2 | local = 1000000 3 | control = 1000000 4 | trail = 1000000 5 | #lsxload = aosutils 6 | -------------------------------------------------------------------------------- /docs/pro/ide_screen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/ide_screen.gif -------------------------------------------------------------------------------- /docs/pro/ide_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/ide_screen.png -------------------------------------------------------------------------------- /docs/pro/import_file_dialog.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/import_file_dialog.gif -------------------------------------------------------------------------------- /docs/pro/import_file_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/import_file_dialog.png -------------------------------------------------------------------------------- /docs/pro/import_project_dialog.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/import_project_dialog.gif -------------------------------------------------------------------------------- /docs/pro/import_project_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/import_project_dialog.png -------------------------------------------------------------------------------- /docs/pro/info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/info.gif -------------------------------------------------------------------------------- /docs/pro/listener_view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/listener_view.gif -------------------------------------------------------------------------------- /docs/pro/listener_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/listener_view.png -------------------------------------------------------------------------------- /docs/pro/navigator_view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/navigator_view.gif -------------------------------------------------------------------------------- /docs/pro/navigator_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/navigator_view.png -------------------------------------------------------------------------------- /docs/pro/preferences_annotations.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/preferences_annotations.gif -------------------------------------------------------------------------------- /docs/pro/preferences_annotations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/preferences_annotations.png -------------------------------------------------------------------------------- /docs/pro/preferences_view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/preferences_view.gif -------------------------------------------------------------------------------- /docs/pro/preferences_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/preferences_view.png -------------------------------------------------------------------------------- /docs/pro/project_properties.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/project_properties.gif -------------------------------------------------------------------------------- /docs/pro/project_properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/project_properties.png -------------------------------------------------------------------------------- /docs/pro/prolog_project_dialog.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/prolog_project_dialog.gif -------------------------------------------------------------------------------- /docs/pro/prolog_project_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/prolog_project_dialog.png -------------------------------------------------------------------------------- /docs/pro/prolog_project_dir_dialog.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/prolog_project_dir_dialog.gif -------------------------------------------------------------------------------- /docs/pro/prolog_project_dir_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/prolog_project_dir_dialog.png -------------------------------------------------------------------------------- /docs/pro/question_dash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/question_dash.gif -------------------------------------------------------------------------------- /docs/pro/redo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/redo.gif -------------------------------------------------------------------------------- /docs/pro/refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/refresh.gif -------------------------------------------------------------------------------- /docs/pro/resume_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/resume_co.gif -------------------------------------------------------------------------------- /docs/pro/run_menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/run_menu.gif -------------------------------------------------------------------------------- /docs/pro/run_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/run_menu.png -------------------------------------------------------------------------------- /docs/pro/spy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/spy.gif -------------------------------------------------------------------------------- /docs/pro/sqrlgrey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/sqrlgrey.gif -------------------------------------------------------------------------------- /docs/pro/start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/start.gif -------------------------------------------------------------------------------- /docs/pro/stepinto_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/stepinto_co.gif -------------------------------------------------------------------------------- /docs/pro/stepinto_slow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/stepinto_slow.gif -------------------------------------------------------------------------------- /docs/pro/stepover_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/stepover_co.gif -------------------------------------------------------------------------------- /docs/pro/stepreturn_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/stepreturn_co.gif -------------------------------------------------------------------------------- /docs/pro/stop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/stop.gif -------------------------------------------------------------------------------- /docs/pro/suspend_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/suspend_co.gif -------------------------------------------------------------------------------- /docs/pro/task_view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/task_view.gif -------------------------------------------------------------------------------- /docs/pro/task_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/task_view.png -------------------------------------------------------------------------------- /docs/pro/task_view_xref.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/task_view_xref.gif -------------------------------------------------------------------------------- /docs/pro/task_view_xref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/task_view_xref.png -------------------------------------------------------------------------------- /docs/pro/terminate_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/pro/terminate_co.gif -------------------------------------------------------------------------------- /docs/readme.txt: -------------------------------------------------------------------------------- 1 | IMPORTANT 2 | 3 | If you have a current version of Amzi! Prolog + Logic Server 4 | on your machine either: 5 | 6 | Uninstall it 7 | or 8 | Install the new version in a different directory. 9 | 10 | -------------------------------------------------------------------------------- /docs/winIDE/acmp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/winIDE/acmp.gif -------------------------------------------------------------------------------- /docs/winIDE/alibdll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/winIDE/alibdll.gif -------------------------------------------------------------------------------- /docs/winIDE/alis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/winIDE/alis.gif -------------------------------------------------------------------------------- /docs/winIDE/aover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/winIDE/aover.gif -------------------------------------------------------------------------------- /docs/winIDE/arrowrt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/winIDE/arrowrt.gif -------------------------------------------------------------------------------- /docs/winIDE/arun.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/winIDE/arun.gif -------------------------------------------------------------------------------- /docs/winIDE/boxmdl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/winIDE/boxmdl.gif -------------------------------------------------------------------------------- /docs/winIDE/debug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/winIDE/debug.gif -------------------------------------------------------------------------------- /docs/winIDE/htmlidx.cfg: -------------------------------------------------------------------------------- 1 | heap = 5000000 2 | local = 1000000 3 | control = 1000000 4 | trail = 1000000 5 | #lsxload = aosutils 6 | -------------------------------------------------------------------------------- /docs/winIDE/idesamp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/winIDE/idesamp.gif -------------------------------------------------------------------------------- /docs/winIDE/spy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/winIDE/spy.gif -------------------------------------------------------------------------------- /docs/winIDE/sqrlgrey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/winIDE/sqrlgrey.gif -------------------------------------------------------------------------------- /docs/winIDE/toc.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/xsip/01introduction.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/01introduction.htm -------------------------------------------------------------------------------- /docs/xsip/03backwarduncertainty.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/03backwarduncertainty.htm -------------------------------------------------------------------------------- /docs/xsip/04explanation.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/04explanation.htm -------------------------------------------------------------------------------- /docs/xsip/05forward.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/05forward.htm -------------------------------------------------------------------------------- /docs/xsip/06frames.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/06frames.htm -------------------------------------------------------------------------------- /docs/xsip/07integration.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/07integration.htm -------------------------------------------------------------------------------- /docs/xsip/08performance.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/08performance.htm -------------------------------------------------------------------------------- /docs/xsip/10hybrids.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/10hybrids.htm -------------------------------------------------------------------------------- /docs/xsip/11prototyping.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/11prototyping.htm -------------------------------------------------------------------------------- /docs/xsip/backwarduncertainty3-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/backwarduncertainty3-1.gif -------------------------------------------------------------------------------- /docs/xsip/backwarduncertainty3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/backwarduncertainty3-1.png -------------------------------------------------------------------------------- /docs/xsip/backwarduncertainty3-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/backwarduncertainty3-2.gif -------------------------------------------------------------------------------- /docs/xsip/backwarduncertainty3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/backwarduncertainty3-2.png -------------------------------------------------------------------------------- /docs/xsip/code/retefoop/retefoop.mak: -------------------------------------------------------------------------------- 1 | retefoop.xpl: retefoop.plm retepred.plm 2 | cpl retefoop retefoop retepred 3 | cppkg retefoop 4 | 5 | retefoop.plm: retefoop.pro 6 | cpc retefoop 7 | 8 | retepred.plm: retepred.pro 9 | cpc retepred 10 | 11 | -------------------------------------------------------------------------------- /docs/xsip/code/retefoop/retefoop.ppj: -------------------------------------------------------------------------------- 1 | X:\XSIP\RETEFOOP\RETEFOOP.PRO 2 | X:\XSIP\RETEFOOP\RETEPRED.PRO 3 | -------------------------------------------------------------------------------- /docs/xsip/code/rubik/rubbuild.bat: -------------------------------------------------------------------------------- 1 | rem file for building rubik's cube solver using Cogent Prolog. 2 | 3 | cpc rubik 4 | cpc rubdata 5 | cpc rubdisp 6 | cpc rubedit 7 | cpc rubhelp 8 | cpc rubhist 9 | cpc rubmov 10 | cpl rubik rubik rubdata rubdisp rubedit rubhelp rubhist rubmov 11 | cppkg rubik 12 | -------------------------------------------------------------------------------- /docs/xsip/code/rubik/rubik.ppj: -------------------------------------------------------------------------------- 1 | C:\COGAPPS\RUBIK\RUBDATA.PLM 2 | C:\COGAPPS\RUBIK\RUBDISP.PLM 3 | C:\COGAPPS\RUBIK\RUBEDIT.PLM 4 | C:\COGAPPS\RUBIK\RUBHELP.PLM 5 | C:\COGAPPS\RUBIK\RUBHIST.PLM 6 | C:\COGAPPS\RUBIK\RUBIK.PLM 7 | C:\COGAPPS\RUBIK\RUBMOV.PLM 8 | -------------------------------------------------------------------------------- /docs/xsip/code/rubik/rubik1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/code/rubik/rubik1.ico -------------------------------------------------------------------------------- /docs/xsip/code/rubik/rubik2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/code/rubik/rubik2.ico -------------------------------------------------------------------------------- /docs/xsip/code/window/windows.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/code/window/windows.pro -------------------------------------------------------------------------------- /docs/xsip/explanation4-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/explanation4-1.gif -------------------------------------------------------------------------------- /docs/xsip/explanation4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/explanation4-1.png -------------------------------------------------------------------------------- /docs/xsip/foops.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/foops.gif -------------------------------------------------------------------------------- /docs/xsip/forward5-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/forward5-1.gif -------------------------------------------------------------------------------- /docs/xsip/forward5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/forward5-1.png -------------------------------------------------------------------------------- /docs/xsip/forward5-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/forward5-2.gif -------------------------------------------------------------------------------- /docs/xsip/forward5-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/forward5-2.png -------------------------------------------------------------------------------- /docs/xsip/frames6-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/frames6-1.gif -------------------------------------------------------------------------------- /docs/xsip/frames6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/frames6-1.png -------------------------------------------------------------------------------- /docs/xsip/frames6-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/frames6-2.gif -------------------------------------------------------------------------------- /docs/xsip/frames6-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/frames6-2.png -------------------------------------------------------------------------------- /docs/xsip/htmlidx.cfg: -------------------------------------------------------------------------------- 1 | heap = 5000000 2 | local = 1000000 3 | control = 1000000 4 | trail = 1000000 5 | #lsxload = aosutils 6 | -------------------------------------------------------------------------------- /docs/xsip/integration7-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/integration7-1.gif -------------------------------------------------------------------------------- /docs/xsip/integration7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/integration7-1.png -------------------------------------------------------------------------------- /docs/xsip/integration7-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/integration7-2.gif -------------------------------------------------------------------------------- /docs/xsip/integration7-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/integration7-2.png -------------------------------------------------------------------------------- /docs/xsip/intro1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/intro1-1.png -------------------------------------------------------------------------------- /docs/xsip/intro1-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/intro1-2.gif -------------------------------------------------------------------------------- /docs/xsip/intro1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/intro1-2.png -------------------------------------------------------------------------------- /docs/xsip/intro1-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/intro1-3.gif -------------------------------------------------------------------------------- /docs/xsip/intro1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/intro1-3.png -------------------------------------------------------------------------------- /docs/xsip/intro1-4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/intro1-4.gif -------------------------------------------------------------------------------- /docs/xsip/intro1-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/intro1-4.png -------------------------------------------------------------------------------- /docs/xsip/intro1-5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/intro1-5.gif -------------------------------------------------------------------------------- /docs/xsip/intro1-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/intro1-5.png -------------------------------------------------------------------------------- /docs/xsip/performance8-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/performance8-1.gif -------------------------------------------------------------------------------- /docs/xsip/performance8-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/performance8-2.gif -------------------------------------------------------------------------------- /docs/xsip/performance8-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/performance8-2.png -------------------------------------------------------------------------------- /docs/xsip/performance8-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/performance8-3.gif -------------------------------------------------------------------------------- /docs/xsip/performance8-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/performance8-3.png -------------------------------------------------------------------------------- /docs/xsip/performance8-4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/performance8-4.gif -------------------------------------------------------------------------------- /docs/xsip/performance8-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/performance8-4.png -------------------------------------------------------------------------------- /docs/xsip/performance8-5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/performance8-5.gif -------------------------------------------------------------------------------- /docs/xsip/performance8-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/performance8-5.png -------------------------------------------------------------------------------- /docs/xsip/performance8-6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/performance8-6.gif -------------------------------------------------------------------------------- /docs/xsip/performance8-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/performance8-6.png -------------------------------------------------------------------------------- /docs/xsip/prototyping11-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/prototyping11-1.gif -------------------------------------------------------------------------------- /docs/xsip/prototyping11-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/prototyping11-1.png -------------------------------------------------------------------------------- /docs/xsip/rubikscube12-1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/rubikscube12-1a.gif -------------------------------------------------------------------------------- /docs/xsip/rubikscube12-1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/rubikscube12-1a.png -------------------------------------------------------------------------------- /docs/xsip/rubikscube12-1b.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/rubikscube12-1b.gif -------------------------------------------------------------------------------- /docs/xsip/rubikscube12-1b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/rubikscube12-1b.png -------------------------------------------------------------------------------- /docs/xsip/rubikscube12-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/rubikscube12-2.gif -------------------------------------------------------------------------------- /docs/xsip/rubikscube12-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/rubikscube12-2.png -------------------------------------------------------------------------------- /docs/xsip/temp1.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/temp1.pro -------------------------------------------------------------------------------- /docs/xsip/temp2.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/temp2.pro -------------------------------------------------------------------------------- /docs/xsip/userinterface9-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/userinterface9-1.gif -------------------------------------------------------------------------------- /docs/xsip/userinterface9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/userinterface9-1.png -------------------------------------------------------------------------------- /docs/xsip/userinterface9-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/userinterface9-2.gif -------------------------------------------------------------------------------- /docs/xsip/userinterface9-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/userinterface9-2.png -------------------------------------------------------------------------------- /docs/xsip/usingprolog2-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/usingprolog2-1.gif -------------------------------------------------------------------------------- /docs/xsip/usingprolog2-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/usingprolog2-2.gif -------------------------------------------------------------------------------- /docs/xsip/usingprolog2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/docs/xsip/usingprolog2-2.png -------------------------------------------------------------------------------- /docs/xsip/xsipfrtop.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | This document can be viewed only with Netscape 2.0 or later or Microsoft Explorer 3.0 or later, or any browser that supports frames. 12 | 13 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/.gitignore: -------------------------------------------------------------------------------- 1 | /.metadata/ 2 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog-ide_extension_feature/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog-ide_extension_feature/amzi_feature.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog-ide_extension_feature/amzi_feature.jpg -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog-ide_extension_feature/amzi_feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog-ide_extension_feature/amzi_feature.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog-ide_extension_feature/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = feature.xml,\ 4 | feature.properties,\ 5 | amzi_feature.jpg,\ 6 | .,\ 7 | license.txt 8 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.core/build.properties: -------------------------------------------------------------------------------- 1 | source.prologcore.jar = src/ 2 | bin.includes = plugin.xml,\ 3 | prologcore.jar,\ 4 | META-INF/ 5 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.core/plugin.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/build.properties: -------------------------------------------------------------------------------- 1 | bin.includes = plugin.xml,\ 2 | icons/*.gif,\ 3 | contexts.xml,\ 4 | prologdebug.jar,\ 5 | META-INF/ 6 | source.prologdebug.jar = src/ 7 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/amzi_paw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/amzi_paw.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/amzi_paw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/amzi_paw.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/call.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/call.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/call.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/exit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/exit.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/exit.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/fail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/fail.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/fail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/fail.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/info.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/info.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/monitor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/monitor.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/monitor.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/question_dash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/question_dash.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/question_dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/question_dash.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/question_dash_box.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/question_dash_box.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/question_dash_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/question_dash_box.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/question_dash_dim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/question_dash_dim.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/question_dash_dim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/question_dash_dim.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/redo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/redo.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/redo.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/stepinto_slow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/stepinto_slow.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/stepinto_slow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/stepinto_slow.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/stepinto_slow_dim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/stepinto_slow_dim.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.debug/icons/stepinto_slow_dim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.debug/icons/stepinto_slow_dim.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.help/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Bundle-ManifestVersion: 2 3 | Bundle-Name: Amzi! Prolog + Logic Server Documentation 4 | Bundle-SymbolicName: com.amzi.prolog.help; singleton:=true 5 | Bundle-Version: 11.1.0 6 | Bundle-Vendor: Amzi! inc. 7 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.help/amzi_toc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.help/articles_toc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.help/build.properties: -------------------------------------------------------------------------------- 1 | bin.includes = plugin.xml,\ 2 | *.xml,\ 3 | doc/,\ 4 | html/,\ 5 | META-INF/ 6 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.help/libs/libs_toc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.help/libs_toc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/build.properties: -------------------------------------------------------------------------------- 1 | bin.includes = plugin.properties,\ 2 | plugin.xml,\ 3 | icons/*.gif,\ 4 | icons/obj16/*.gif,\ 5 | contexts.xml,\ 6 | .,\ 7 | prologui.jar,\ 8 | META-INF/ 9 | source.prologui.jar = src/ 10 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/amzi_paw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/amzi_paw.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/amzi_paw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/amzi_paw.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/amzi_pro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/amzi_pro.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/amzi_pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/amzi_pro.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/file_question_dash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/file_question_dash.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/file_question_dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/file_question_dash.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/little_p.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/little_p.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/little_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/little_p.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/monitor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/monitor.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/monitor.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/4diamonds.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/4diamonds.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/4diamonds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/4diamonds.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/arrow_4diamonds.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/arrow_4diamonds.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/arrow_4diamonds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/arrow_4diamonds.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/arrow_diamond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/arrow_diamond.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/arrow_diamond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/arrow_diamond.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/azsort.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/azsort.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/clause.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/clause.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/clause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/clause.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/constword.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/constword.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/constword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/constword.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/copy_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/copy_edit.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/diamond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/diamond.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/diamond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/diamond.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/directive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/directive.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/directive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/directive.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/directives.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/directives.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/directives.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/directives.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/directword.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/directword.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/directword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/directword.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/mathword.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/mathword.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/mathword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/mathword.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/predicate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/predicate.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/predicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/predicate.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/predword.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/predword.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/predword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/predword.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/reconsult.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/reconsult.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/reconsult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/reconsult.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/refresh.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/refresh.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/start.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/start.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/stop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/stop.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/stop.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/usedby.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/usedby.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/usedby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/usedby.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/uses.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/uses.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/uses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/obj16/uses.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/question_dash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/question_dash.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/question_dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/question_dash.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/question_dash_box.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/question_dash_box.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/question_dash_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/question_dash_box.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/remote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/remote.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/sample.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/sample.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/segment_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/segment_edit.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/icons/segment_edit2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog.ui/icons/segment_edit2.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog.ui/plugin.properties: -------------------------------------------------------------------------------- 1 | NewProjectDescription=Creates a new Prolog Project 2 | PrologEditorName=Prolog Editor 3 | MenuRun=&Run 4 | 5 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/about.mappings: -------------------------------------------------------------------------------- 1 | # about.mappings 2 | # contains fill-ins for about.properties 3 | # java.io.Properties file (ISO 8859-1 with "\" escapes) 4 | # This file does not need to be translated. 5 | 6 | 0=Test 7 | 1=Amzi! inc. 8 | 2=12345 9 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/amzi_250x330.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/amzi_250x330.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/amzi_250x330.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/amzi_250x330.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/amzi_500x330.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/amzi_500x330.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/amzi_paw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/amzi_paw.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/amzi_paws32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/amzi_paws32.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/amzi_paws32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/amzi_paws32.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologdev_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologdev_obj.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologdev_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologdev_obj.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologdevhov_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologdevhov_obj.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologdevhov_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologdevhov_obj.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologscreen_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologscreen_obj.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologscreen_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologscreen_obj.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologscreenhov_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologscreenhov_obj.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologscreenhov_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/prologscreenhov_obj.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/screen_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/screen_obj.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/screenhov_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/screenhov_obj.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/script_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/script_obj.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/scripthov_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/scripthov_obj.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/squirrel_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/squirrel_obj.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/squirrel_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/squirrel_obj.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/squirrelhov_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/squirrelhov_obj.gif -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/squirrelhov_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/css/graphics/obj_48/squirrelhov_obj.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/overview.css: -------------------------------------------------------------------------------- 1 | a#prolog img { background-image : url(graphics/obj_48/prologdev_obj.gif); } 2 | a#prolog:hover img { background-image : url(graphics/obj_48/prologdevhov_obj.gif); } 3 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/samples.css: -------------------------------------------------------------------------------- 1 | a#prolog img { background-image : url(graphics/obj_48/prologdev_obj.gif); } 2 | a#prolog:hover img { background-image : url(graphics/obj_48/prologdevhov_obj.gif); } 3 | 4 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/css/swt.properties: -------------------------------------------------------------------------------- 1 | tutorials.page-content.java.layout.ncolumns = 2 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/icon16x16x8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/icon16x16x8.bmp -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/icon24x24x8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/icon24x24x8.bmp -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/icon32x32x8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/icon32x32x8.bmp -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/icon48x48x8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/icon48x48x8.bmp -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/plugin.properties: -------------------------------------------------------------------------------- 1 | #Properties file for com.amzi.prolog 2 | product.name = Amzi! Prolog + Logic Server IDE 3 | Bundle-Vendor = Amzi! inc. 4 | Bundle-Name = Amzi! Prolog + Logic Server -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/plugin_customization.properties: -------------------------------------------------------------------------------- 1 | # plugin_customization.properties 2 | # contains externalized strings for plugin_customization.ini 3 | # java.io.Properties file (ISO 8859-1 with "\" escapes) 4 | # This file should be translated. -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/splash.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/splash.bmp -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/square_squirrel-16x16x32.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/square_squirrel-16x16x32.bmp -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/square_squirrel-16x16x8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/square_squirrel-16x16x8.bmp -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/square_squirrel-32x32x32.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/square_squirrel-32x32x32.bmp -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/square_squirrel-32x32x8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/square_squirrel-32x32x8.bmp -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/square_squirrel-48x48x32.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/square_squirrel-48x48x32.bmp -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/square_squirrel-48x48x8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/square_squirrel-48x48x8.bmp -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/square_squirrel.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/square_squirrel.ico -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/squirrel_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/squirrel_128.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/squirrel_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/squirrel_16.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/squirrel_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/squirrel_32.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/squirrel_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/squirrel_48.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/squirrel_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/squirrel_64.png -------------------------------------------------------------------------------- /eclipse_plugin/workspace/com.amzi.prolog/squirrel_words_250px.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/eclipse_plugin/workspace/com.amzi.prolog/squirrel_words_250px.jpg -------------------------------------------------------------------------------- /engine/README.txt: -------------------------------------------------------------------------------- 1 | engine 2 | Amzi! Prolog WAM engine 3 | -------------------------------------------------------------------------------- /engine/engine.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /engine/engine.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/engine/engine.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /engine/make_win32.txt: -------------------------------------------------------------------------------- 1 | _amzidll: 2 | devenv wengine.sln /rebuild "Release|Win32" 3 | # implib fails to handle new MSVC libs 4 | # implib $(APLS_RELEASE)\lib\amzib.lib $(APLS_RELEASE)\bin\amzi.dll 5 | copy amzi.cfg $(APLS_RELEASE)\config 6 | 7 | clean: 8 | devenv wengine.sln /clean "Release|Win32" 9 | devenv wengine.sln /clean Debug 10 | -------------------------------------------------------------------------------- /engine/make_win64.txt: -------------------------------------------------------------------------------- 1 | _amzidll: 2 | devenv wengine.sln /rebuild "Release|x64" 3 | # implib fails to handle new MSVC libs 4 | # implib $(APLS_RELEASE)\lib\amzib.lib $(APLS_RELEASE)\bin\amzi.dll 5 | copy amzi.cfg $(APLS_RELEASE)\config 6 | 7 | clean: 8 | devenv wengine.sln /clean "Release|x64" 9 | devenv wengine.sln /clean Debug 10 | -------------------------------------------------------------------------------- /engine/pch.h: -------------------------------------------------------------------------------- 1 | // pch.h - a dummy .h file to signal end of precompiled headers 2 | 3 | #define _PCH_END 4 | -------------------------------------------------------------------------------- /extensions/mysql/ar_mysql/amysql.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/extensions/mysql/ar_mysql/amysql.exp -------------------------------------------------------------------------------- /extensions/mysql/ar_mysql/mt.dep: -------------------------------------------------------------------------------- 1 | Manifest resource last updated at 21:14:54.11 on Thu 04/08/2010 2 | -------------------------------------------------------------------------------- /extensions/mysql/ar_mysql/vc80.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/extensions/mysql/ar_mysql/vc80.idb -------------------------------------------------------------------------------- /extensions/mysql/ar_mysql/vc90.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/extensions/mysql/ar_mysql/vc90.idb -------------------------------------------------------------------------------- /extensions/mysql/ar_mysqlRT/amysql.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/extensions/mysql/ar_mysqlRT/amysql.exp -------------------------------------------------------------------------------- /extensions/mysql/ar_mysqlRT/mt.dep: -------------------------------------------------------------------------------- 1 | Manifest resource last updated at 21:14:55.19 on Thu 04/08/2010 2 | -------------------------------------------------------------------------------- /extensions/mysql/ar_mysqlRT/vc80.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/extensions/mysql/ar_mysqlRT/vc80.idb -------------------------------------------------------------------------------- /extensions/mysql/ar_mysqlRT/vc90.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/extensions/mysql/ar_mysqlRT/vc90.idb -------------------------------------------------------------------------------- /extensions/mysql/make_win32.txt: -------------------------------------------------------------------------------- 1 | all: _mysql 2 | 3 | _mysql: 4 | devenv amysql.sln /rebuild "Release|Win32" 5 | 6 | clean: 7 | devenv amysql.sln /clean Release 8 | devenv amysql.sln /clean Debug 9 | @-sildel /Q *.ncb 10 | @-sildel /Q *.pdb 11 | -------------------------------------------------------------------------------- /extensions/mysql/make_win64.txt: -------------------------------------------------------------------------------- 1 | all: _mysql 2 | 3 | _mysql: 4 | devenv amysql.sln /rebuild "Release|x64" 5 | 6 | clean: 7 | devenv amysql.sln /clean Release 8 | devenv amysql.sln /clean Debug 9 | @-sildel /Q *.ncb 10 | @-sildel /Q *.pdb 11 | -------------------------------------------------------------------------------- /extensions/odbc/make_win32.txt: -------------------------------------------------------------------------------- 1 | all: _odbc 2 | 3 | _odbc: 4 | devenv odbc.sln /rebuild "Release|Win32" 5 | acmp aodbc 6 | copy aodbc.plm $(APLS_RELEASE)\abin\aodbc.plm 7 | 8 | clean: 9 | devenv odbc.sln /clean Release 10 | devenv odbc.sln /clean Debug 11 | @-sildel /Q *.ncb 12 | @-sildel /Q *.pdb 13 | @-sildel /Q *.plm 14 | -------------------------------------------------------------------------------- /extensions/odbc/make_win64.txt: -------------------------------------------------------------------------------- 1 | all: _odbc 2 | 3 | _odbc: 4 | devenv odbc.sln /rebuild "Release|x64" 5 | acmp aodbc 6 | copy aodbc.plm $(APLS_RELEASE)\abin\aodbc.plm 7 | 8 | clean: 9 | devenv odbc.sln /clean Release 10 | devenv odbc.sln /clean Debug 11 | @-sildel /Q *.ncb 12 | @-sildel /Q *.pdb 13 | @-sildel /Q *.plm 14 | -------------------------------------------------------------------------------- /extensions/odbc/odbc.dep: -------------------------------------------------------------------------------- 1 | # Microsoft Developer Studio Generated Dependency File, included by odbc.mak 2 | 3 | -------------------------------------------------------------------------------- /extensions/osutils/README.txt: -------------------------------------------------------------------------------- 1 | osutils 2 | 3 | This software is licensed under the MIT License 4 | -------------------------------------------------------------------------------- /extensions/osutils/make_win32.txt: -------------------------------------------------------------------------------- 1 | all: _osutils 2 | 3 | _osutils: 4 | devenv wosutils.sln /rebuild "Release|Win32" 5 | 6 | clean: 7 | devenv wosutils.sln /clean Release 8 | devenv wosutils.sln /clean Debug 9 | @-sildel /Q *.ncb 10 | @-sildel /Q *.pdb 11 | 12 | remove_cvs: 13 | @-rmdir /S /Q CVS 14 | -------------------------------------------------------------------------------- /extensions/osutils/make_win64.txt: -------------------------------------------------------------------------------- 1 | all: _osutils 2 | 3 | _osutils: 4 | devenv wosutils.sln /rebuild "Release|x64" 5 | 6 | clean: 7 | devenv wosutils.sln /clean Release 8 | devenv wosutils.sln /clean Debug 9 | @-sildel /Q *.ncb 10 | @-sildel /Q *.pdb 11 | 12 | remove_cvs: 13 | @-rmdir /S /Q CVS 14 | -------------------------------------------------------------------------------- /extensions/osutils/wosutils.dep: -------------------------------------------------------------------------------- 1 | # Microsoft Developer Studio Generated Dependency File, included by wosutils.mak 2 | 3 | -------------------------------------------------------------------------------- /extensions/sockets/make_win32.txt: -------------------------------------------------------------------------------- 1 | all: _sockets 2 | 3 | _sockets: 4 | devenv wsock.sln /rebuild "Release|Win32" 5 | acmp asock.pro 6 | copy asock.plm $(APLS_RELEASE)\abin\asock.plm 7 | 8 | clean: 9 | devenv wsock.sln /clean Release 10 | devenv wsock.sln /clean Debug 11 | @-sildel /Q *.plm 12 | @-sildel /Q *.ncb 13 | @-sildel /Q *.pdb 14 | 15 | remove_cvs: 16 | @-rmdir /S /Q CVS 17 | -------------------------------------------------------------------------------- /extensions/sockets/make_win64.txt: -------------------------------------------------------------------------------- 1 | all: _sockets 2 | 3 | _sockets: 4 | devenv wsock.sln /rebuild "Release|x64" 5 | acmp asock.pro 6 | copy asock.plm $(APLS_RELEASE)\abin\asock.plm 7 | 8 | clean: 9 | devenv wsock.sln /clean Release 10 | devenv wsock.sln /clean Debug 11 | @-sildel /Q *.plm 12 | @-sildel /Q *.ncb 13 | @-sildel /Q *.pdb 14 | 15 | remove_cvs: 16 | @-rmdir /S /Q CVS 17 | -------------------------------------------------------------------------------- /extensions/sockets/wsock.dep: -------------------------------------------------------------------------------- 1 | # Microsoft Developer Studio Generated Dependency File, included by wsock.mak 2 | 3 | -------------------------------------------------------------------------------- /extensions/tcltk/lib/tk/pkgIndex.tcl: -------------------------------------------------------------------------------- 1 | if {[package vcompare [package provide Tcl] 8.6] != 0} { return } 2 | package ifneeded Tk 8.6 [list load [file join $dir .. .. bin tk86t.dll] Tk] 3 | -------------------------------------------------------------------------------- /extensions/tcltk/stdafx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // tcltk.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | 7 | // TODO: reference any additional headers you need in STDAFX.H 8 | // and not in this file 9 | -------------------------------------------------------------------------------- /extensions/tcltk/targetver.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | // Including SDKDDKVer.h defines the highest available Windows platform. 4 | 5 | // If you wish to build your application for a previous Windows platform, include WinSDKVer.h and 6 | // set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. 7 | 8 | #include 9 | -------------------------------------------------------------------------------- /langbindings/delphi/amzi.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/langbindings/delphi/amzi.dcr -------------------------------------------------------------------------------- /langbindings/delphi/make_win32.txt: -------------------------------------------------------------------------------- 1 | DIST = $(APLS_RELEASE)\langbindings\delphi 2 | 3 | all: _delphi 4 | 5 | _delphi: 6 | copy amzi.pas $(DIST) 7 | copy amzi.dcr $(DIST) 8 | copy amzi_prolog.dpk $(DIST) 9 | copy amzi_prolog.dproj $(DIST) 10 | 11 | clean: 12 | @echo "nothing to clean in Delphi" 13 | -------------------------------------------------------------------------------- /langbindings/delphi/make_win64.txt: -------------------------------------------------------------------------------- 1 | DIST = $(APLS_RELEASE)\langbindings\delphi 2 | 3 | all: _delphi 4 | 5 | _delphi: 6 | copy amzi.pas $(DIST) 7 | copy amzi.dcr $(DIST) 8 | copy amzi_prolog.dpk $(DIST) 9 | copy amzi_prolog.dproj $(DIST) 10 | 11 | clean: 12 | @echo "nothing to clean in Delphi" 13 | -------------------------------------------------------------------------------- /langbindings/dotnet/amzinet/Stdafx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // amzinet.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | -------------------------------------------------------------------------------- /langbindings/dotnet/amzinet/Stdafx.h: -------------------------------------------------------------------------------- 1 | // stdafx.h : include file for standard system include files, 2 | // or project specific include files that are used frequently, 3 | // but are changed infrequently 4 | 5 | #pragma once 6 | 7 | #using 8 | 9 | -------------------------------------------------------------------------------- /langbindings/dotnet/amzinet/amzinet.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/langbindings/dotnet/amzinet/amzinet.snk -------------------------------------------------------------------------------- /langbindings/dotnet/make_win32.txt: -------------------------------------------------------------------------------- 1 | all: _dotnet 2 | 3 | _dotnet: 4 | @cd amzinet && \ 5 | devenv amzinet.sln /rebuild "Release|Win32" 6 | 7 | clean: 8 | @cd amzinet && \ 9 | devenv amzinet.sln /clean Release && \ 10 | devenv amzinet.sln /clean Debug && \ 11 | @sildel /Q *.ncb && \ 12 | @sildel /Q *.pdb 13 | -------------------------------------------------------------------------------- /langbindings/dotnet/make_win64.txt: -------------------------------------------------------------------------------- 1 | all: _dotnet 2 | 3 | _dotnet: 4 | @cd amzinet && \ 5 | devenv amzinet.sln /rebuild "Release|x64" 6 | 7 | clean: 8 | @cd amzinet && \ 9 | devenv amzinet.sln /clean Release && \ 10 | devenv amzinet.sln /clean Debug && \ 11 | @sildel /Q *.ncb && \ 12 | @sildel /Q *.pdb 13 | -------------------------------------------------------------------------------- /langbindings/java/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /langbindings/java/jnilib/libamzijni.jnilib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/langbindings/java/jnilib/libamzijni.jnilib -------------------------------------------------------------------------------- /langbindings/vb/make_win32.txt: -------------------------------------------------------------------------------- 1 | DIST = $(APLS_RELEASE)\langbindings\vb 2 | 3 | all: _vb 4 | 5 | _vb: 6 | copy amzi.bas $(DIST)\amzi.bas 7 | 8 | clean: 9 | @echo "nothing to clean in VB" 10 | -------------------------------------------------------------------------------- /langbindings/vb/make_win64.txt: -------------------------------------------------------------------------------- 1 | DIST = $(APLS_RELEASE)\langbindings\vb 2 | 3 | all: _vb 4 | 5 | _vb: 6 | copy amzi.bas $(DIST)\amzi.bas 7 | 8 | clean: 9 | @echo "nothing to clean in VB" 10 | -------------------------------------------------------------------------------- /libs/README.txt: -------------------------------------------------------------------------------- 1 | libs 2 | 3 | This software is licensed under the MIT License 4 | -------------------------------------------------------------------------------- /libs/make_bsd32.txt: -------------------------------------------------------------------------------- 1 | SOURCE=$(APLS_SOURCE) 2 | RELEASE=$(APLS_RELEASE) 3 | 4 | LIBS = \ 5 | list.plm \ 6 | misc.plm \ 7 | date_time.plm \ 8 | xml.plm 9 | 10 | .SUFFIXES: .plm .pro 11 | 12 | .pro.plm: 13 | acmp $< 14 | 15 | _libs : clean $(LIBS) 16 | cp *.plm $(RELEASE)/abin 17 | 18 | clean : 19 | -rm *.plm 20 | 21 | -------------------------------------------------------------------------------- /libs/make_cent64.txt: -------------------------------------------------------------------------------- 1 | SOURCE=$(APLS_SOURCE) 2 | RELEASE=$(APLS_RELEASE) 3 | 4 | LIBS = \ 5 | list.plm \ 6 | misc.plm \ 7 | date_time.plm \ 8 | xml.plm 9 | 10 | .SUFFIXES: .plm .pro 11 | 12 | .pro.plm: 13 | acmp $< 14 | 15 | _libs : clean $(LIBS) 16 | cp *.plm $(RELEASE)/abin 17 | 18 | clean : 19 | -rm *.plm 20 | 21 | -------------------------------------------------------------------------------- /libs/make_mac64.txt: -------------------------------------------------------------------------------- 1 | SOURCE=$(APLS_SOURCE) 2 | RELEASE=$(APLS_RELEASE) 3 | 4 | LIBS = \ 5 | list.plm \ 6 | misc.plm \ 7 | date_time.plm \ 8 | xml.plm 9 | 10 | .SUFFIXES: .plm .pro 11 | 12 | .pro.plm: 13 | acmp $< 14 | 15 | _libs : clean $(LIBS) 16 | cp *.plm $(RELEASE)/abin 17 | 18 | clean : 19 | -rm *.plm 20 | 21 | -------------------------------------------------------------------------------- /libs/make_win32.txt: -------------------------------------------------------------------------------- 1 | ACMP = $(APLS_RELEASE)\bin\acmp.exe 2 | 3 | LIBS = \ 4 | list.plm \ 5 | misc.plm \ 6 | date_time.plm \ 7 | xml.plm 8 | 9 | .SUFFIXES: .plm .pro 10 | 11 | .pro.plm: 12 | $(ACMP) $< 13 | 14 | _libs : $(LIBS) 15 | copy *.plm $(APLS_RELEASE)\abin 16 | 17 | clean : 18 | @-sildel *.plm 19 | 20 | remove_cvs: 21 | -rmdir /S /Q CVS 22 | 23 | -------------------------------------------------------------------------------- /libs/make_win64.txt: -------------------------------------------------------------------------------- 1 | ACMP = $(APLS_RELEASE)\bin\acmp.exe 2 | 3 | LIBS = \ 4 | list.plm \ 5 | misc.plm \ 6 | date_time.plm \ 7 | xml.plm 8 | 9 | .SUFFIXES: .plm .pro 10 | 11 | .pro.plm: 12 | $(ACMP) $< 13 | 14 | _libs : $(LIBS) 15 | copy *.plm $(APLS_RELEASE)\abin 16 | 17 | clean : 18 | @-sildel *.plm 19 | 20 | remove_cvs: 21 | -rmdir /S /Q CVS 22 | 23 | -------------------------------------------------------------------------------- /linkrun/make_win32.txt: -------------------------------------------------------------------------------- 1 | _amzilnk: 2 | devenv wlink.sln /rebuild "Release|Win32" 3 | 4 | clean: 5 | devenv wlink.sln /clean Release 6 | devenv wlink.sln /clean Debug 7 | 8 | -------------------------------------------------------------------------------- /linkrun/make_win64.txt: -------------------------------------------------------------------------------- 1 | _amzilnk: 2 | devenv wlink.sln /rebuild "Release|x64" 3 | 4 | clean: 5 | devenv wlink.sln /clean Release 6 | devenv wlink.sln /clean Debug 7 | 8 | -------------------------------------------------------------------------------- /listen/README.txt: -------------------------------------------------------------------------------- 1 | Amzi! Prolog listener 2 | -------------------------------------------------------------------------------- /listen/bm.bat: -------------------------------------------------------------------------------- 1 | bmake -f makefile.win 2 | -------------------------------------------------------------------------------- /listen/bmc.bat: -------------------------------------------------------------------------------- 1 | bmake -f makefile.win clean 2 | -------------------------------------------------------------------------------- /make/gmake.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/make/gmake.exe -------------------------------------------------------------------------------- /make/sildel.bat: -------------------------------------------------------------------------------- 1 | @REM silent del command (redirect stdout and stderr to NUL) 2 | @del %* >nul 2>&1 -------------------------------------------------------------------------------- /run/make_win32.txt: -------------------------------------------------------------------------------- 1 | _amzirun: 2 | devenv wrun.sln /rebuild "Release|Win32" 3 | 4 | clean: 5 | devenv wrun.sln /clean "Release|Win32" 6 | devenv wrun.sln /clean Debug 7 | 8 | -------------------------------------------------------------------------------- /run/make_win64.txt: -------------------------------------------------------------------------------- 1 | _amzirun: 2 | devenv wrun.sln /rebuild "Release|x64" 3 | 4 | clean: 5 | devenv wrun.sln /clean "Release|x64" 6 | devenv wrun.sln /clean Debug 7 | 8 | -------------------------------------------------------------------------------- /samples/c/hello/hello: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/c/hello/hello -------------------------------------------------------------------------------- /samples/c/hello/hello.pro: -------------------------------------------------------------------------------- 1 | %---------------------------------------------------------------------- 2 | % HELLO.PRO - hello for embedding 3 | % 4 | 5 | hello(Caller, Greeting) :- 6 | strcat($Greetings $, Caller, S1), 7 | strcat(S1, $, from Amzi! Prolog.$, Greeting). 8 | 9 | -------------------------------------------------------------------------------- /samples/c/hello/make_lnx32.txt: -------------------------------------------------------------------------------- 1 | C_FLAGS = -O6 2 | 3 | CC = gcc 4 | 5 | all: hello hello.xpl 6 | 7 | hello: hello.c 8 | $(CC) -I$(AMZI_DIR)/include -L$(AMZI_DIR)/lib $(C_FLAGS) -lamzi -lm -lstdc++ -o hello hello.c 9 | 10 | hello.xpl: hello.pro 11 | acmp hello 12 | alnk hello hello 13 | -------------------------------------------------------------------------------- /samples/c/hello/make_mac64.txt: -------------------------------------------------------------------------------- 1 | C_FLAGS = -O6 2 | 3 | CC = gcc 4 | 5 | all: hello hello.xpl 6 | 7 | hello: hello.c 8 | $(CC) -I$(AMZI_DIR)/include -L$(AMZI_DIR)/lib $(C_FLAGS) -lamzi -lm -lstdc++ -o hello hello.c 9 | 10 | hello.xpl: hello.pro 11 | acmp hello 12 | alnk hello hello 13 | -------------------------------------------------------------------------------- /samples/c/hello/make_sol32.txt: -------------------------------------------------------------------------------- 1 | #DEBUG 2 | 3 | C_FLAGS = 4 | 5 | CC = CC 6 | 7 | all: hello hello.xpl 8 | 9 | hello: hello.c 10 | $(CC) -I$(AMZI_DIR)/include -L$(AMZI_DIR)/lib $(C_FLAGS) -lamzi -o hello hello.c 11 | 12 | hello.xpl: hello.pro 13 | acmp hello 14 | alnk hello hello 15 | -------------------------------------------------------------------------------- /samples/c/pets/make_lnx32.txt: -------------------------------------------------------------------------------- 1 | C_FLAGS = -O6 2 | 3 | CC = gcc 4 | 5 | all: pets pets.xpl 6 | 7 | pets: pets.c 8 | $(CC) -I$(AMZI_DIR)/include -L$(AMZI_DIR)/lib $(C_FLAGS) -lamzi -lm -lstdc++ -o pets pets.c 9 | 10 | pets.xpl: pets.pro 11 | acmp pets 12 | alnk pets pets 13 | -------------------------------------------------------------------------------- /samples/c/pets/make_mac64.txt: -------------------------------------------------------------------------------- 1 | C_FLAGS = -O6 2 | 3 | CC = gcc 4 | 5 | all: pets pets.xpl 6 | 7 | pets: pets.c 8 | $(CC) -I$(AMZI_DIR)/include -L$(AMZI_DIR)/lib $(C_FLAGS) -lamzi -lm -lstdc++ -o pets pets.c 9 | 10 | pets.xpl: pets.pro 11 | acmp pets 12 | alnk pets pets 13 | -------------------------------------------------------------------------------- /samples/c/pets/make_sol32.txt: -------------------------------------------------------------------------------- 1 | #DEBUG 2 | 3 | C_FLAGS = 4 | 5 | CC = CC 6 | 7 | all: pets pets.xpl 8 | 9 | pets: pets.c 10 | $(CC) -I$(AMZI_DIR)/include -L$(AMZI_DIR)/lib $(C_FLAGS) -lamzi -o pets pets.c 11 | 12 | pets.xpl: pets.pro 13 | acmp pets 14 | alnk pets pets 15 | -------------------------------------------------------------------------------- /samples/c/pets/pets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/c/pets/pets -------------------------------------------------------------------------------- /samples/c/pets/pets.pro: -------------------------------------------------------------------------------- 1 | pet(dog) :- sound(woof). 2 | pet(cat) :- sound(meow). 3 | pet(duck) :- sound(quack). -------------------------------------------------------------------------------- /samples/chezray/cap/FUN.CRY: -------------------------------------------------------------------------------- 1 | FUN 2 | IN 3 | --- 4 | ... 5 | ... 6 | ---- 7 | FACT 8 | -------------------------------------------------------------------------------- /samples/chezray/cap/GERALD.CRY: -------------------------------------------------------------------------------- 1 | GERALD 2 | DONALD 3 | ------ 4 | ROBERT 5 | -------------------------------------------------------------------------------- /samples/chezray/cap/OCEAN.CRY: -------------------------------------------------------------------------------- 1 | EAU 2 | EAU 3 | ----- 4 | OCEAN 5 | -------------------------------------------------------------------------------- /samples/chezray/cap/aa.cry: -------------------------------------------------------------------------------- 1 | ABCDEFGH 2 | H 3 | --------- 4 | AAAAAAAAA 5 | --------- 6 | AAAAAAAAA 7 | -------------------------------------------------------------------------------- /samples/chezray/cap/cap.ppj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/chezray/cap/cap.ppj -------------------------------------------------------------------------------- /samples/chezray/cap/goodnight.cry: -------------------------------------------------------------------------------- 1 | AND 2 | TO 3 | ALL 4 | A 5 | GOOD 6 | ----- 7 | NIGHT 8 | -------------------------------------------------------------------------------- /samples/chezray/cap/money1.cry: -------------------------------------------------------------------------------- 1 | SEND 2 | MORE 3 | ----- 4 | MONEY 5 | -------------------------------------------------------------------------------- /samples/chezray/cap/money2.cry: -------------------------------------------------------------------------------- 1 | SEND 2 | EVEN 3 | MORE 4 | ----- 5 | MONEY 6 | -------------------------------------------------------------------------------- /samples/chezray/cap/primes.cry: -------------------------------------------------------------------------------- 1 | *** 2 | ** 3 | ---- 4 | **** 5 | **** 6 | ----- 7 | ***** 8 | -------------------------------------------------------------------------------- /samples/chezray/cap/schuh.cry: -------------------------------------------------------------------------------- 1 | *** 2 | *** 3 | --- 4 | *** 5 | *** 6 | *** 7 | ----- 8 | ***** 9 | -------------------------------------------------------------------------------- /samples/chezray/cap/toohard.cry: -------------------------------------------------------------------------------- 1 | THIS 2 | IS 3 | ---- 4 | ..TOO 5 | HARD. 6 | ------ 7 | ...... 8 | -------------------------------------------------------------------------------- /samples/chezray/cap/trente.cry: -------------------------------------------------------------------------------- 1 | VINGT 2 | CINQ 3 | CINQ 4 | ----- 5 | TRENTE 6 | -------------------------------------------------------------------------------- /samples/chezray/cap/try.cry: -------------------------------------------------------------------------------- 1 | IAM 2 | HOME 3 | ---- 4 | LUCY 5 | -------------------------------------------------------------------------------- /samples/chezray/cap/twenty.cry: -------------------------------------------------------------------------------- 1 | THIRTY 2 | THIRTY 3 | TWENTY 4 | TWENTY 5 | ------- 6 | HUNDRED 7 | -------------------------------------------------------------------------------- /samples/chezray/cap/vier.cry: -------------------------------------------------------------------------------- 1 | EIN 2 | EIN 3 | EIN 4 | EIN 5 | ---- 6 | VIER 7 | -------------------------------------------------------------------------------- /samples/chezray/cap/xroads.cry: -------------------------------------------------------------------------------- 1 | CROSS 2 | ROADS 3 | ------ 4 | DANGER 5 | -------------------------------------------------------------------------------- /samples/chezray/joli/amzi.cfg: -------------------------------------------------------------------------------- 1 | control=100000 2 | trail=1000000 3 | local=50000 4 | heap=200000 5 | -------------------------------------------------------------------------------- /samples/chezray/joli/eof.pro: -------------------------------------------------------------------------------- 1 | main:- 2 | open('rec1.pro', read, H), 3 | repeat, 4 | read(H,X), 5 | write(X),nl, 6 | X = end_of_file. 7 | -------------------------------------------------------------------------------- /samples/chezray/joli/joli.ppj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/chezray/joli/joli.ppj -------------------------------------------------------------------------------- /samples/chezray/mm/amzi.cfg: -------------------------------------------------------------------------------- 1 | control=100000 2 | trail=1000000 3 | local=50000 4 | heap=200000 5 | -------------------------------------------------------------------------------- /samples/chezray/mm/mm.ppj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/chezray/mm/mm.ppj -------------------------------------------------------------------------------- /samples/chezray/polyplot/amzi.cfg: -------------------------------------------------------------------------------- 1 | lsxload=displaypq 2 | control=200000 3 | trail=50000 4 | heap=200000 5 | local=50000 6 | apitrace=on 7 | logfile= \ray\prolog\polyplot\api.log 8 | -------------------------------------------------------------------------------- /samples/chezray/polyplot/maxflat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/chezray/polyplot/maxflat.gif -------------------------------------------------------------------------------- /samples/chezray/polyplot/polyplot.ppj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/chezray/polyplot/polyplot.ppj -------------------------------------------------------------------------------- /samples/chezray/tools/longlists/amzi.cfg: -------------------------------------------------------------------------------- 1 | control=100000 2 | trail=1000000 3 | local=50000 4 | heap=200000 5 | -------------------------------------------------------------------------------- /samples/chezray/xmas/amzi.cfg: -------------------------------------------------------------------------------- 1 | control=100000 2 | trail=1000000 3 | local=50000 4 | heap=200000 5 | -------------------------------------------------------------------------------- /samples/chezray/xmas/xmas.ppj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/chezray/xmas/xmas.ppj -------------------------------------------------------------------------------- /samples/chezray/xmas/zebra.ppj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/chezray/xmas/zebra.ppj -------------------------------------------------------------------------------- /samples/com/cpp_pets/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // cpp_pets.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | 7 | // TODO: reference any additional headers you need in STDAFX.H 8 | // and not in this file 9 | -------------------------------------------------------------------------------- /samples/com/cpp_pets/pets.pro: -------------------------------------------------------------------------------- 1 | pet(dog) :- sound(woof). 2 | pet(cat) :- sound(meow). 3 | pet(duck) :- sound(quack). -------------------------------------------------------------------------------- /samples/com/delphi_pets/delphi_pets.dpr: -------------------------------------------------------------------------------- 1 | program delphi_pets; 2 | 3 | uses 4 | Forms, 5 | delphi_pets_unit in 'delphi_pets_unit.pas' {MainForm}; 6 | 7 | {$R *.res} 8 | 9 | begin 10 | Application.Initialize; 11 | Application.CreateForm(TMainForm, MainForm); 12 | Application.Run; 13 | end. 14 | -------------------------------------------------------------------------------- /samples/com/delphi_pets/delphi_pets.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/com/delphi_pets/delphi_pets.res -------------------------------------------------------------------------------- /samples/com/delphi_pets/pets.pro: -------------------------------------------------------------------------------- 1 | pet(dog) :- sound(woof). 2 | pet(cat) :- sound(meow). 3 | pet(duck) :- sound(quack). -------------------------------------------------------------------------------- /samples/com/vb_pets/pets.pro: -------------------------------------------------------------------------------- 1 | pet(dog) :- sound(woof). 2 | pet(cat) :- sound(meow). 3 | pet(duck) :- sound(quack). -------------------------------------------------------------------------------- /samples/com/vb_pets/vb_pets.frx: -------------------------------------------------------------------------------- 1 | 000woofquackmeow -------------------------------------------------------------------------------- /samples/cpp/hello/console/chello: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/cpp/hello/console/chello -------------------------------------------------------------------------------- /samples/cpp/hello/console/hello.pro: -------------------------------------------------------------------------------- 1 | %---------------------------------------------------------------------- 2 | % HELLO.PRO - hello for embedding 3 | % 4 | 5 | hello(Caller, Greeting) :- 6 | strcat($Greetings $, Caller, S1), 7 | strcat(S1, $, from Amzi! Prolog.$, Greeting). 8 | 9 | -------------------------------------------------------------------------------- /samples/cpp/hello/console/main.cpp: -------------------------------------------------------------------------------- 1 | // MAIN.CPP - A main program that calls the hello classs 2 | 3 | #include "chello.h" 4 | 5 | int main() 6 | { 7 | CHello hello; 8 | 9 | if (hello.init()) 10 | hello.run(); 11 | 12 | return 0; 13 | } 14 | -------------------------------------------------------------------------------- /samples/cpp/hello/console/make_sol32.txt: -------------------------------------------------------------------------------- 1 | #DEBUG 2 | 3 | FILES = chello.cpp main.cpp 4 | 5 | C_FLAGS = -D_CONSOLE 6 | 7 | CC = CC 8 | 9 | all: chello hello.xpl 10 | 11 | chello: $(FILES) 12 | $(CC) -I$(AMZI_DIR)/include -L$(AMZI_DIR)/lib $(C_FLAGS) -lamzi -o chello $(FILES) 13 | 14 | hello.xpl: hello.pro 15 | acmp hello 16 | alnk hello hello 17 | -------------------------------------------------------------------------------- /samples/cpp/hello/win32_mfc/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // hello.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | 7 | -------------------------------------------------------------------------------- /samples/cpp/hello/win32_mfc/hello.pro: -------------------------------------------------------------------------------- 1 | %---------------------------------------------------------------------- 2 | % HELLO.PRO - hello for embedding 3 | % 4 | 5 | hello(Caller, Greeting) :- 6 | strcat($Greetings $, Caller, S1), 7 | strcat(S1, $, from Amzi! Prolog.$, Greeting). 8 | 9 | -------------------------------------------------------------------------------- /samples/cpp/hello/win32_mfc/hello.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/cpp/hello/win32_mfc/hello.rc -------------------------------------------------------------------------------- /samples/cpp/hello/win32_mfc/res/hello.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/cpp/hello/win32_mfc/res/hello.ico -------------------------------------------------------------------------------- /samples/cpp/pets/make_lnx32.txt: -------------------------------------------------------------------------------- 1 | C_FLAGS = -O6 2 | 3 | # NOTE egcs++ has incompatible error handling with gcc 4 | # causes segmentation faults when catching CLSExceptions. 5 | CC = gcc 6 | 7 | all: pets pets.xpl 8 | 9 | pets: pets.cpp 10 | $(CC) -I$(AMZI_DIR)/include -L$(AMZI_DIR)/lib $(C_FLAGS) -lamzi -lm -lstdc++ -o pets pets.cpp 11 | 12 | pets.xpl: pets.pro 13 | acmp pets 14 | alnk pets pets 15 | -------------------------------------------------------------------------------- /samples/cpp/pets/make_sol32.txt: -------------------------------------------------------------------------------- 1 | #DEBUG 2 | 3 | C_FLAGS = 4 | 5 | CC = CC 6 | 7 | all: pets pets.xpl 8 | 9 | pets: pets.cpp 10 | $(CC) -I$(AMZI_DIR)/include -L$(AMZI_DIR)/lib $(C_FLAGS) -lamzi -o pets pets.cpp 11 | 12 | pets.xpl: pets.pro 13 | acmp pets 14 | alnk pets pets 15 | -------------------------------------------------------------------------------- /samples/cpp/pets/pets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/cpp/pets/pets -------------------------------------------------------------------------------- /samples/cpp/pets/pets.pro: -------------------------------------------------------------------------------- 1 | pet(dog) :- sound(woof). 2 | pet(cat) :- sound(meow). 3 | pet(duck) :- sound(quack). -------------------------------------------------------------------------------- /samples/cpp/pets_callback/make_sol32.txt: -------------------------------------------------------------------------------- 1 | #DEBUG 2 | 3 | C_FLAGS = 4 | 5 | CC = CC 6 | 7 | all: petscb pets.xpl 8 | 9 | petscb: petscb.cpp 10 | $(CC) -I$(AMZI_DIR)/include -L$(AMZI_DIR)/lib $(C_FLAGS) -lamzi -o petscb petscb.cpp 11 | 12 | pets.xpl: pets.pro 13 | acmp pets 14 | alnk pets pets 15 | -------------------------------------------------------------------------------- /samples/cpp/pets_callback/petscb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/cpp/pets_callback/petscb -------------------------------------------------------------------------------- /samples/cpp/win32_rubik_multi/CubeMT.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/cpp/win32_rubik_multi/CubeMT.rc -------------------------------------------------------------------------------- /samples/cpp/win32_rubik_multi/Inc.h: -------------------------------------------------------------------------------- 1 | // Includes 2 | 3 | #include "tchar.h" 4 | #include "iostream.h" 5 | #include "stdio.h" 6 | #include "Lstring.h" 7 | #include "Amzi.h" 8 | #include "Rubik.h" 9 | #include "CubeMT.h" 10 | #include "CubeWnd.h" 11 | #include "CubeThread.h" 12 | #include "MainFrm.h" 13 | -------------------------------------------------------------------------------- /samples/cpp/win32_rubik_multi/res/CubeMT.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/cpp/win32_rubik_multi/res/CubeMT.ico -------------------------------------------------------------------------------- /samples/cpp/win32_rubik_multi/res/CubeMTDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/cpp/win32_rubik_multi/res/CubeMTDoc.ico -------------------------------------------------------------------------------- /samples/delphi/delgui/dgtemp.dpr: -------------------------------------------------------------------------------- 1 | program DGtemp; 2 | 3 | uses 4 | Forms, 5 | Amzi in '..\..\..\delphi\amzi.pas', 6 | DGmain in 'dgmain.pas' {mainform}, 7 | DelGUI in 'delgui.pas'; 8 | 9 | {$R *.RES} 10 | 11 | begin 12 | Application.CreateForm(Tmainform, mainform); 13 | Application.Run; 14 | end. 15 | -------------------------------------------------------------------------------- /samples/delphi/delgui/dgtemp.ppj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/delphi/delgui/dgtemp.ppj -------------------------------------------------------------------------------- /samples/delphi/delgui/dgtemp.pro: -------------------------------------------------------------------------------- 1 | % Almost blank Prolog file serving as a template 2 | % for DelGUI application-specific code. 3 | 4 | test :- 5 | w_message($DelGUI is alive and well$), 6 | memobox(1, MBAddr), 7 | memo_add(MBAddr, $This text was added from Prolog.$). -------------------------------------------------------------------------------- /samples/delphi/delgui/dgtemp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/delphi/delgui/dgtemp.res -------------------------------------------------------------------------------- /samples/delphi/deltest/testp.dpr: -------------------------------------------------------------------------------- 1 | program Testp; 2 | 3 | uses 4 | Forms, 5 | Amzi in '..\..\..\delphi\amzi.pas', 6 | Test in 'test.pas' {LogicServerTest}; 7 | 8 | {$R *.RES} 9 | 10 | begin 11 | Application.CreateForm(TLogicServerTest, LogicServerTest); 12 | Application.Run; 13 | end. 14 | -------------------------------------------------------------------------------- /samples/delphi/deltest/testp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/delphi/deltest/testp.res -------------------------------------------------------------------------------- /samples/delphi/eq/eq.dpr: -------------------------------------------------------------------------------- 1 | program Eq; 2 | 3 | uses 4 | Forms, 5 | p_draw in 'p_draw.pas', 6 | eqmain in 'eqmain.pas' {MF}, 7 | amzi in '..\..\..\delphi\amzi.pas'; 8 | 9 | {$R *.RES} 10 | 11 | begin 12 | Application.CreateForm(TMF, MF); 13 | Application.Run; 14 | end. 15 | -------------------------------------------------------------------------------- /samples/delphi/eq/eq.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/delphi/eq/eq.res -------------------------------------------------------------------------------- /samples/delphi/hello/hello.pro: -------------------------------------------------------------------------------- 1 | %---------------------------------------------------------------------- 2 | % HELLO.PRO - hello for embedding 3 | % 4 | 5 | hello(Caller, Greeting) :- 6 | strcat($Greetings $, Caller, S1), 7 | strcat(S1, $, from Amzi! Prolog.$, Greeting). 8 | 9 | -------------------------------------------------------------------------------- /samples/delphi/hello/hellop.dpr: -------------------------------------------------------------------------------- 1 | program Hellop; 2 | 3 | uses 4 | Forms, 5 | hello in 'hello.pas' {Form1}, 6 | amzi in '..\..\..\delphi\amzi.pas'; 7 | 8 | {$R *.RES} 9 | 10 | begin 11 | Application.CreateForm(TForm1, Form1); 12 | Application.Run; 13 | end. 14 | -------------------------------------------------------------------------------- /samples/delphi/hello/hellop.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/delphi/hello/hellop.res -------------------------------------------------------------------------------- /samples/delphi/proxs/proxs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/delphi/proxs/proxs.res -------------------------------------------------------------------------------- /samples/delphi/ssched/ssched.dpr: -------------------------------------------------------------------------------- 1 | program Ssched; 2 | 3 | uses 4 | Forms, 5 | main in 'main.pas' {MainForm}, 6 | amzi in '..\..\..\delphi\amzi.pas'; 7 | 8 | {$R *.RES} 9 | 10 | begin 11 | Application.Title := 'Amzi! Sports Scheduler Demo'; 12 | Application.HelpFile := 'C:\AMZIAPPS\SCHED\SSCHED.HLP'; 13 | Application.CreateForm(TMainForm, MainForm); 14 | Application.Run; 15 | end. 16 | -------------------------------------------------------------------------------- /samples/delphi/ssched/ssched.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/delphi/ssched/ssched.res -------------------------------------------------------------------------------- /samples/dotnet/cs/pets/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/dotnet/cs/pets/App.ico -------------------------------------------------------------------------------- /samples/dotnet/cs/pets/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /samples/dotnet/cs/pets/pets.pro: -------------------------------------------------------------------------------- 1 | pet(dog) :- sound(woof). 2 | pet(cat) :- sound(meow). 3 | pet(duck) :- sound(quack). -------------------------------------------------------------------------------- /samples/dotnet/cs/pets_callback/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/dotnet/cs/pets_callback/App.ico -------------------------------------------------------------------------------- /samples/dotnet/vb/pets/pets.pro: -------------------------------------------------------------------------------- 1 | pet(dog) :- sound(woof). 2 | pet(cat) :- sound(meow). 3 | pet(duck) :- sound(quack). -------------------------------------------------------------------------------- /samples/internet/asp.net/vb_pets/Default.aspx.vb: -------------------------------------------------------------------------------- 1 | 2 | Partial Class _Default 3 | Inherits System.Web.UI.Page 4 | 5 | End Class 6 | -------------------------------------------------------------------------------- /samples/internet/asp.net/vb_pets/Global.asax: -------------------------------------------------------------------------------- 1 | <%@ Application Inherits="vb_pets.Global" Language="VB" %> -------------------------------------------------------------------------------- /samples/internet/asp.net/vb_pets/pets.pro: -------------------------------------------------------------------------------- 1 | pet(dog) :- sound(woof). 2 | pet(cat) :- sound(meow). 3 | pet(duck) :- sound(quack). -------------------------------------------------------------------------------- /samples/internet/asp.net/vb_pets/vb_pets.vbproj.webinfo: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /samples/internet/asp.net/vb_pets/vb_pets.vsdisco: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /samples/internet/asp/vb_odbc_pets/pets.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/internet/asp/vb_odbc_pets/pets.mdb -------------------------------------------------------------------------------- /samples/internet/asp/vb_odbc_pets/pets_odbc.ppj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/internet/asp/vb_odbc_pets/pets_odbc.ppj -------------------------------------------------------------------------------- /samples/internet/asp/vb_odbc_pets/pets_odbc.pro: -------------------------------------------------------------------------------- 1 | :-import(aodbc). 2 | 3 | pet(P) :- 4 | db_open(pets), 5 | sound(S), 6 | db_query(pets, [pet=P, sound=S]). 7 | 8 | main :- 9 | asserta(sound(woof)), 10 | pet(P), 11 | write(P), nl. 12 | 13 | db_table(pets, pet, a50). 14 | db_table(pets, sound, a50). 15 | -------------------------------------------------------------------------------- /samples/internet/asp/vb_pets/asp_pets.vbw: -------------------------------------------------------------------------------- 1 | Pets = 22, 29, 803, 646, 2 | -------------------------------------------------------------------------------- /samples/internet/asp/vb_pets/pets.pro: -------------------------------------------------------------------------------- 1 | pet(dog) :- sound(woof). 2 | pet(cat) :- sound(meow). 3 | pet(duck) :- sound(quack). -------------------------------------------------------------------------------- /samples/internet/cgi/hello/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | #Sat Apr 24 16:05:51 EDT 2010 2 | eclipse.preferences.version=1 3 | encoding/hellocgi_greek2.pro=UTF-8 4 | -------------------------------------------------------------------------------- /samples/internet/cgi/hello/Edit1.txt: -------------------------------------------------------------------------------- 1 | aaaaa 2 | bbbbb 3 | ccccc 4 | -------------------------------------------------------------------------------- /samples/internet/cgi/hello/amzilog.txt: -------------------------------------------------------------------------------- 1 | Amzi! Log File April 24, 2010 05:51 PM 2 | 3 | Using Locale: English_United States.1252 4 | Shutting Down 5 | Closing engine components 6 | Flushing log at shutdown 7 | -------------------------------------------------------------------------------- /samples/internet/cgi/hello/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Sat Apr 24 15:58:25 EDT 2010 3 | binFolder=bin 4 | buildType=Release 5 | lsxExtensionNames= 6 | proExcludeNames= 7 | plmLibraryNames= 8 | xplPathname=greek_hello.xpl 9 | -------------------------------------------------------------------------------- /samples/internet/cgi/hello/hellocgi_consult.pro: -------------------------------------------------------------------------------- 1 | :- consult('hellocgi_greek2.pro'). 2 | -------------------------------------------------------------------------------- /samples/internet/cgi/hello/hellocgi_greek1.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/internet/cgi/hello/hellocgi_greek1.pro -------------------------------------------------------------------------------- /samples/internet/cgi/hello/test.txt: -------------------------------------------------------------------------------- 1 | zzzzz 2 | yyyyy 3 | xxxxx 4 | 5 | -------------------------------------------------------------------------------- /samples/internet/cgi/infoform/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Mon May 26 12:28:37 EDT 2003 3 | binFolder=bin 4 | lsxExtensionNames= 5 | proExcludeNames= 6 | plmLibraryNames=list.plm,acgi.plm 7 | xplPathname=infoform.xpl 8 | -------------------------------------------------------------------------------- /samples/internet/jsp/pets/pets.pro: -------------------------------------------------------------------------------- 1 | pet(dog) :- sound(woof). 2 | pet(cat) :- sound(meow). 3 | pet(duck) :- sound(quack). -------------------------------------------------------------------------------- /samples/internet/servlets/extpred/WEB-INF/classes/AmziPreds.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/internet/servlets/extpred/WEB-INF/classes/AmziPreds.class -------------------------------------------------------------------------------- /samples/internet/servlets/extpred/WEB-INF/classes/ExtPred.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/internet/servlets/extpred/WEB-INF/classes/ExtPred.class -------------------------------------------------------------------------------- /samples/internet/servlets/extpred/htmldoc.pro: -------------------------------------------------------------------------------- 1 | %---------------------------------------------------------------------- 2 | % HTMLDOC - build an HTML document fragment 3 | % 4 | 5 | htmldoc(DOC) :- 6 | user_info(NAME, OS, DIR), 7 | stringlist_concat([$

Name: $, NAME, $

Operating System: $, OS, $

Directory: $, DIR, $

$], DOC). 8 | -------------------------------------------------------------------------------- /samples/internet/servlets/hello/WEB-INF/classes/Hello.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/internet/servlets/hello/WEB-INF/classes/Hello.class -------------------------------------------------------------------------------- /samples/internet/servlets/hello/hello.pro: -------------------------------------------------------------------------------- 1 | %---------------------------------------------------------------------- 2 | % HELLO.PRO - hello for embedding 3 | % 4 | 5 | hello(Caller, Greeting) :- 6 | strcat($Greetings $, Caller, S1), 7 | strcat(S1, $, from Amzi! Prolog.$, Greeting). 8 | 9 | -------------------------------------------------------------------------------- /samples/internet/sockets/amzi.cfg: -------------------------------------------------------------------------------- 1 | lsxload=asock 2 | -------------------------------------------------------------------------------- /samples/java/hello/Hello.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/java/hello/Hello.class -------------------------------------------------------------------------------- /samples/java/hello/hello.pro: -------------------------------------------------------------------------------- 1 | %---------------------------------------------------------------------- 2 | % HELLO.PRO - hello for embedding 3 | % 4 | 5 | hello(Caller, Greeting) :- 6 | strcat($Greetings $, Caller, S1), 7 | strcat(S1, $, from Amzi! Prolog.$, Greeting). 8 | 9 | -------------------------------------------------------------------------------- /samples/java/hello/makefile: -------------------------------------------------------------------------------- 1 | #all: hello.xpl Hello.class 2 | 3 | run: hello.xpl Hello.class 4 | java -cp .:$(AMZI_DIR)/langbindings/java -Djava.library.path=".:$(AMZI_DIR)/lib" Hello 5 | hello.xpl: hello.pro 6 | acmp hello 7 | alnk hello hello 8 | Hello.class: Hello.java 9 | javac Hello.java -cp $(AMZI_DIR)/langbindings/java -------------------------------------------------------------------------------- /samples/java/hello_loadurl/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Main-Class: HelloMain 3 | -------------------------------------------------------------------------------- /samples/java/hello_loadurl/hello.pro: -------------------------------------------------------------------------------- 1 | %---------------------------------------------------------------------- 2 | % HELLO.PRO - hello for embedding 3 | % 4 | 5 | hello(Caller, Greeting) :- 6 | strcat($Greetings $, Caller, S1), 7 | strcat(S1, $, from Amzi! Prolog.$, Greeting). 8 | 9 | -------------------------------------------------------------------------------- /samples/java/pets_callback/AmziPreds.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/java/pets_callback/AmziPreds.class -------------------------------------------------------------------------------- /samples/java/pets_callback/Pets.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/java/pets_callback/Pets.class -------------------------------------------------------------------------------- /samples/java/ship/java/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /samples/java/ship/prolog/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Wed May 07 12:40:05 EDT 2003 3 | binFolder=bin 4 | lsxExtensionNames= 5 | proExcludeNames= 6 | plmLibraryNames= 7 | xplPathname=..\\..\\java\\ship.xpl 8 | -------------------------------------------------------------------------------- /samples/lsx/xarray/Makefile: -------------------------------------------------------------------------------- 1 | #ifdef DEBUG 2 | C_FLAGS = -c -g -fpic 3 | #else 4 | C_FLAGS = -c -fpic 5 | #endif 6 | 7 | xarray.lsx: xarray.c 8 | $(CC) -I$(AMZI_DEV_DIR)/include $(C_FLAGS) -o xarray.o xarray.c 9 | $(CC) -shared -o xarray.lsx xarray.o 10 | -------------------------------------------------------------------------------- /samples/lsx/xarray/amzi.cfg: -------------------------------------------------------------------------------- 1 | lsxload=xarray 2 | -------------------------------------------------------------------------------- /samples/lsx/xarray/makefile.lnx: -------------------------------------------------------------------------------- 1 | C_FLAGS = -O6 -c -fpic 2 | 3 | CC = gcc 4 | 5 | all: xarray.lsx xarray.xpl 6 | 7 | xarray.lsx: xarray.c 8 | $(CC) -I$(AMZI_DIR)/include $(C_FLAGS) -o xarray.o xarray.c 9 | $(CC) -shared -o xarray.lsx xarray.o 10 | 11 | xarray.xpl: xarray.pro 12 | acmp xarray 13 | alnk xarray xarray 14 | -------------------------------------------------------------------------------- /samples/lsx/xarray/makefile.sol: -------------------------------------------------------------------------------- 1 | #DEBUG 2 | #C_FLAGS = -c -g 3 | 4 | C_FLAGS = -c 5 | 6 | CC = CC 7 | 8 | all: xarray.lsx xarray.xpl 9 | 10 | xarray.lsx: xarray.c 11 | $(CC) -I$(AMZI_DIR)/include $(C_FLAGS) -o xarray.o xarray.c 12 | $(CC) -o xarray.lsx -G xarray.o 13 | 14 | xarray.xpl: xarray.pro 15 | acmp xarray 16 | alnk xarray xarray 17 | -------------------------------------------------------------------------------- /samples/odbc/dbgene/amzi.cfg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /samples/odbc/dbgene/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Fri Apr 21 07:38:51 EDT 2006 3 | binFolder=bin 4 | buildType=Release 5 | lsxExtensionNames= 6 | proExcludeNames= 7 | plmLibraryNames= 8 | xplPathname=dbgene.xpl 9 | -------------------------------------------------------------------------------- /samples/odbc/dbgene/doc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/odbc/dbgene/doc.html -------------------------------------------------------------------------------- /samples/odbc/dbgene/gene.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/odbc/dbgene/gene.mdb -------------------------------------------------------------------------------- /samples/odbc/dbgene/res/DBGENE.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/odbc/dbgene/res/DBGENE.ICO -------------------------------------------------------------------------------- /samples/odbc/dbgene/stdafx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // dbgene.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | 7 | -------------------------------------------------------------------------------- /samples/odbc/dbgene/stdafx.h: -------------------------------------------------------------------------------- 1 | // stdafx.h : include file for standard system include files, 2 | // or project specific include files that are used frequently, but 3 | // are changed infrequently 4 | // 5 | 6 | #include // MFC core and standard components 7 | #include // MFC extensions 8 | -------------------------------------------------------------------------------- /samples/odbc/events/events.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/odbc/events/events.mdb -------------------------------------------------------------------------------- /samples/odbc/vbgene/amzi.cfg: -------------------------------------------------------------------------------- 1 | lsxload=aodbc 2 | 3 | -------------------------------------------------------------------------------- /samples/odbc/vbgene/doc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/odbc/vbgene/doc.html -------------------------------------------------------------------------------- /samples/odbc/vbgene/gene.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/odbc/vbgene/gene.mdb -------------------------------------------------------------------------------- /samples/odbc/vbgene/prolog/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Tue Mar 23 17:55:12 EST 2004 3 | binFolder= 4 | buildType=Release 5 | lsxExtensionNames= 6 | proExcludeNames= 7 | plmLibraryNames=aodbc.plm,misc.plm 8 | xplPathname=..\\dbgene.xpl 9 | -------------------------------------------------------------------------------- /samples/prolog/babel/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | #Wed Apr 06 10:11:38 EDT 2011 2 | eclipse.preferences.version=1 3 | encoding/=UTF-16 4 | -------------------------------------------------------------------------------- /samples/prolog/babel/amzi.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/babel/amzi.cfg -------------------------------------------------------------------------------- /samples/prolog/babel/babel.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/babel/babel.pro -------------------------------------------------------------------------------- /samples/prolog/babel/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Wed Apr 06 09:59:01 EDT 2011 3 | binFolder=bin 4 | buildType=Release 5 | lsxExtensionNames= 6 | proExcludeNames= 7 | plmLibraryNames=list.plm 8 | xplPathname=babel.xpl 9 | -------------------------------------------------------------------------------- /samples/prolog/babel/english.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/babel/english.pro -------------------------------------------------------------------------------- /samples/prolog/babel/german.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/babel/german.pro -------------------------------------------------------------------------------- /samples/prolog/babel/japanese.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/babel/japanese.pro -------------------------------------------------------------------------------- /samples/prolog/babel/latin.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/babel/latin.pro -------------------------------------------------------------------------------- /samples/prolog/babel/makefile: -------------------------------------------------------------------------------- 1 | .SUFFIXES: .plm .pro 2 | 3 | OBJECTS = babel.plm english.plm german.plm japanese.plm latin.plm spanish.plm 4 | 5 | .pro.plm: 6 | acmp $< 7 | 8 | babel.xpl: $(OBJECTS) 9 | alnk babel $(OBJECTS) 10 | -------------------------------------------------------------------------------- /samples/prolog/babel/spanish.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/babel/spanish.pro -------------------------------------------------------------------------------- /samples/prolog/chat_ontology/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Tue Sep 23 13:49:15 EDT 2003 3 | buildType=Release 4 | binFolder=bin 5 | lsxExtensionNames= 6 | proExcludeNames= 7 | plmLibraryNames=list.plm 8 | xplPathname=chat_ontology.xpl 9 | -------------------------------------------------------------------------------- /samples/prolog/configuration/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Sat Nov 12 22:02:45 EST 2005 3 | binFolder=bin 4 | buildType=Release 5 | lsxExtensionNames= 6 | proExcludeNames= 7 | plmLibraryNames= 8 | xplPathname=sampe_configuration.xpl 9 | -------------------------------------------------------------------------------- /samples/prolog/duckworld/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Sat May 10 13:35:53 EDT 2003 3 | binFolder=bin 4 | lsxExtensionNames= 5 | proExcludeNames=duckym.pro 6 | plmLibraryNames= 7 | xplPathname=duckworld.xpl 8 | -------------------------------------------------------------------------------- /samples/prolog/duckworld/dw.PPJ: -------------------------------------------------------------------------------- 1 | amzirel=4 2 | xplfile=dw.xpl 3 | directory=\amzi\source\apls\samples\prolog\duckworld 4 | opdefs= 5 | file=dw_data.pro 6 | file=dw_main.pro 7 | file=dw_rules.pro 8 | -------------------------------------------------------------------------------- /samples/prolog/duckworld/makefile: -------------------------------------------------------------------------------- 1 | .SUFFIXES: .plm .pro 2 | 3 | OBJECTS = dw_main.plm dw_rules.plm dw_data.plm 4 | 5 | .pro.plm: 6 | acmp $< 7 | 8 | dw.xpl: $(OBJECTS) 9 | alnk dw $(OBJECTS) 10 | -------------------------------------------------------------------------------- /samples/prolog/misc_one_file/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Fri Sep 10 11:12:07 EDT 2010 3 | binFolder=bin 4 | buildType=Release 5 | lsxExtensionNames= 6 | proExcludeNames= 7 | plmLibraryNames= 8 | xplPathname=misc_one_file.xpl 9 | -------------------------------------------------------------------------------- /samples/prolog/misc_one_file/logicW.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/misc_one_file/logicW.pro -------------------------------------------------------------------------------- /samples/prolog/misc_one_file/pets.pro: -------------------------------------------------------------------------------- 1 | main :- 2 | write('What sound does the pet make?'), 3 | nl, 4 | write('Enter woof or meow followed by a period'), 5 | nl, 6 | read(Sound), 7 | pet(Pet, Sound), 8 | write('The pet is a: '), 9 | write(Pet), 10 | nl. 11 | 12 | pet(dog, woof). 13 | pet(cat, meow). 14 | pet(unknown, _). -------------------------------------------------------------------------------- /samples/prolog/misc_one_file/traffic1.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/misc_one_file/traffic1.pro -------------------------------------------------------------------------------- /samples/prolog/mlist/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Sat May 10 14:44:16 EDT 2003 3 | binFolder=bin 4 | lsxExtensionNames= 5 | proExcludeNames= 6 | plmLibraryNames= 7 | xplPathname=mlist.xpl 8 | -------------------------------------------------------------------------------- /samples/prolog/proxs/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Sat May 10 14:48:33 EDT 2003 3 | binFolder=bin 4 | lsxExtensionNames= 5 | proExcludeNames= 6 | plmLibraryNames= 7 | xplPathname=proxs.xpl 8 | -------------------------------------------------------------------------------- /samples/prolog/rubik/.settings/org.eclipse.ltk.core.refactoring.prefs: -------------------------------------------------------------------------------- 1 | #Thu Jul 29 12:46:29 EDT 2010 2 | eclipse.preferences.version=1 3 | org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false 4 | -------------------------------------------------------------------------------- /samples/prolog/rubik/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Sat Nov 27 20:22:01 EST 2010 3 | buildType=Release 4 | binFolder=bin 5 | lsxExtensionNames= 6 | proExcludeNames=rubload.pro,rubloadc.pro 7 | plmLibraryNames= 8 | xplPathname=rubik.xpl 9 | -------------------------------------------------------------------------------- /samples/prolog/rubik/listener_ouput.txt: -------------------------------------------------------------------------------- 1 | user:main -------------------------------------------------------------------------------- /samples/prolog/rubik/makefile: -------------------------------------------------------------------------------- 1 | .SUFFIXES: .plm .pro 2 | 3 | OBJECTS = rubdata.plm rubdisp.plm rubedit.plm rubhelp.plm rubhist.plm rubik.plm rubmov.plm 4 | 5 | .pro.plm: 6 | acmp $< 7 | 8 | rubik.xpl: $(OBJECTS) 9 | alnk rubik $(OBJECTS) 10 | -------------------------------------------------------------------------------- /samples/prolog/rubik/rubik.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/rubik/rubik.gif -------------------------------------------------------------------------------- /samples/prolog/ship/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Sat May 10 14:57:37 EDT 2003 3 | binFolder=bin 4 | lsxExtensionNames= 5 | proExcludeNames= 6 | plmLibraryNames= 7 | xplPathname=ship.xpl 8 | -------------------------------------------------------------------------------- /samples/prolog/ssched/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Sat May 10 15:15:25 EDT 2003 3 | binFolder=bin 4 | lsxExtensionNames= 5 | proExcludeNames= 6 | plmLibraryNames= 7 | xplPathname=ssched.xpl 8 | -------------------------------------------------------------------------------- /samples/prolog/taxes/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Tue Feb 03 23:04:24 EST 2004 3 | binFolder=bin 4 | buildType=Release 5 | lsxExtensionNames= 6 | proExcludeNames= 7 | plmLibraryNames= 8 | xplPathname=taxes.xpl 9 | -------------------------------------------------------------------------------- /samples/prolog/tutorial_tests/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Fri Sep 10 11:27:26 EDT 2010 3 | binFolder=bin 4 | buildType=Release 5 | lsxExtensionNames= 6 | proExcludeNames= 7 | plmLibraryNames= 8 | xplPathname=tutorial_tests.xpl 9 | -------------------------------------------------------------------------------- /samples/prolog/warplan/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Fri Sep 10 11:33:28 EDT 2010 3 | binFolder=bin 4 | buildType=Release 5 | lsxExtensionNames= 6 | proExcludeNames= 7 | plmLibraryNames= 8 | xplPathname=warplan.xpl 9 | -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.lock -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/com.amzi.prolog.core/dialog_settings.xml: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 | -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/babel/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/babel/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/babel/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/babel/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/chat_ontology/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/chat_ontology/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/chat_ontology/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/chat_ontology/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/duckworld/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/duckworld/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/duckworld/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/duckworld/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/mailing list/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/mailing list/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/mailing list/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/mailing list/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/misc_one_file/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/misc_one_file/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/misc_one_file/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/misc_one_file/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/prolog expert system/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/prolog expert system/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/prolog expert system/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/prolog expert system/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/rubik/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/rubik/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/rubik/.markers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/rubik/.markers -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/rubik/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/rubik/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/sample_configuration/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/sample_configuration/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/sample_configuration/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/sample_configuration/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/ship/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/ship/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/ship/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/ship/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/sports scheduler/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/sports scheduler/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/sports scheduler/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/sports scheduler/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/taxes/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/taxes/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/taxes/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/taxes/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/tests/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/tests/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/tutorial_tests/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/tutorial_tests/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/tutorial_tests/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/tutorial_tests/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/warplan/.location: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/warplan/.location -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/warplan/1.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/warplan/1.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index: -------------------------------------------------------------------------------- 1 | /org.eclipse.core.resourcescontentCacheState2contentCacheTimestamp 1284079744310 -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/7.tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/7.tree -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | #Wed Sep 22 11:14:07 EDT 2010 2 | version=1 3 | eclipse.preferences.version=1 4 | -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.help.ui.prefs: -------------------------------------------------------------------------------- 1 | #Sat Nov 27 20:35:04 EST 2010 2 | browser.x=23 3 | browser.w=1024 4 | eclipse.preferences.version=1 5 | browser.h=768 6 | browser.maximized=false 7 | browser.y=23 8 | -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.editors.prefs: -------------------------------------------------------------------------------- 1 | #Wed Sep 22 12:51:20 EDT 2010 2 | eclipse.preferences.version=1 3 | overviewRuler_migration=migrated_3.1 4 | -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs: -------------------------------------------------------------------------------- 1 | #Wed Sep 22 11:13:40 EDT 2010 2 | eclipse.preferences.version=1 3 | tipsAndTricks=true 4 | platformState=1284079744310 5 | -------------------------------------------------------------------------------- /samples/prolog/workspace/.metadata/version.ini: -------------------------------------------------------------------------------- 1 | org.eclipse.core.runtime=1 -------------------------------------------------------------------------------- /samples/prolog/workspace/tests/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | #Tue May 14 10:04:41 EDT 2013 2 | eclipse.preferences.version=1 3 | encoding/=UTF-16 4 | -------------------------------------------------------------------------------- /samples/prolog/workspace/tests/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Sat Nov 27 20:13:53 EST 2010 3 | binFolder=bin 4 | buildType=Release 5 | lsxExtensionNames= 6 | proExcludeNames= 7 | plmLibraryNames= 8 | xplPathname=tests.xpl 9 | -------------------------------------------------------------------------------- /samples/prolog/workspace/tests/carriers.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/tests/carriers.pro -------------------------------------------------------------------------------- /samples/prolog/workspace/tests/dynomod.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/tests/dynomod.pro -------------------------------------------------------------------------------- /samples/prolog/workspace/tests/family.pro: -------------------------------------------------------------------------------- 1 | parent(javier, nano). 2 | parent(pablo, nano). 3 | parent(santiago, nano). 4 | parent(miguel, michael). 5 | 6 | brother(X, Y) :- 7 | parent(X, P), 8 | parent(Y, P). 9 | 10 | -------------------------------------------------------------------------------- /samples/prolog/workspace/tests/fran.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/tests/fran.pro -------------------------------------------------------------------------------- /samples/prolog/workspace/tests/fran2.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/tests/fran2.pro -------------------------------------------------------------------------------- /samples/prolog/workspace/tests/xyz.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/samples/prolog/workspace/tests/xyz.pro -------------------------------------------------------------------------------- /samples/tcltk/lb_query/amzilog.txt: -------------------------------------------------------------------------------- 1 | Amzi! Log File January 25, 2017 12:06 AM 2 | 3 | Using Locale: English_United States.1252 4 | loading LSX atcltk.lsx 5 | Shutting Down 6 | Closing engine components 7 | Flushing log at shutdown 8 | -------------------------------------------------------------------------------- /samples/tcltk/lb_query/build.properties: -------------------------------------------------------------------------------- 1 | #Prolog Project Build Properties 2 | #Wed May 05 11:06:14 EDT 2004 3 | binFolder=bin 4 | buildType=Release 5 | lsxExtensionNames= 6 | proExcludeNames= 7 | plmLibraryNames= 8 | xplPathname=lb_query.xpl 9 | -------------------------------------------------------------------------------- /samples/tcltk/lb_query/pets.lb: -------------------------------------------------------------------------------- 1 | pet(duck, leona) :- 2 | log(`QUACK QUACK`). 3 | pet(duck, ivan) :- 4 | log(`quack quack`). 5 | pet(dog, maggie) :- 6 | log(`yip yap`). 7 | pet(dog, dougie) :- 8 | log(`hooooowwwwwlll`). 9 | pet(dog, sam) :- 10 | log(`bow wow wow wow`). 11 | pet(fish, bruce) :- 12 | log(`hi there`). 13 | -------------------------------------------------------------------------------- /samples/vb/extpred/msgbox.pro: -------------------------------------------------------------------------------- 1 | main :- 2 | msgbox($Hello Visual Basic Extended Predicate$). 3 | -------------------------------------------------------------------------------- /samples/vb/extpred/msgbox.vbw: -------------------------------------------------------------------------------- 1 | Form1 = 52, 52, 765, 674, , 26, 26, 739, 648, C 2 | PMsgBoxModule = 78, 78, 791, 700, 3 | AmziLogicServer = 78, 78, 791, 700, 4 | -------------------------------------------------------------------------------- /samples/vb/hello/hello.pro: -------------------------------------------------------------------------------- 1 | %---------------------------------------------------------------------- 2 | % HELLO.PRO - hello for embedding 3 | % 4 | 5 | hello(Caller, Greeting) :- 6 | strcat($Greetings $, Caller, S1), 7 | strcat(S1, $, from Amzi! Prolog.$, Greeting). 8 | 9 | -------------------------------------------------------------------------------- /samples/vb/hello/hello.vbw: -------------------------------------------------------------------------------- 1 | Form1 = 0, 0, 0, 0, C, 24, 24, 713, 651, C 2 | AmziLogicServer = 0, 0, 0, 0, C 3 | -------------------------------------------------------------------------------- /samples/vb/types/testvb.pro: -------------------------------------------------------------------------------- 1 | testing(1, 200000, 3.4, abc, $def$). 2 | -------------------------------------------------------------------------------- /winIDE/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /winIDE/RES/cogs.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/RES/cogs.ico -------------------------------------------------------------------------------- /winIDE/RES/cpWinIDE.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/RES/cpWinIDE.ico -------------------------------------------------------------------------------- /winIDE/RES/dsqrl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/RES/dsqrl.ico -------------------------------------------------------------------------------- /winIDE/RES/editdoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/RES/editdoc.ico -------------------------------------------------------------------------------- /winIDE/RES/idr_main.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/RES/idr_main.bmp -------------------------------------------------------------------------------- /winIDE/RES/sqrl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/RES/sqrl.ico -------------------------------------------------------------------------------- /winIDE/RES/tcogs.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/RES/tcogs.ico -------------------------------------------------------------------------------- /winIDE/RES/tcpWinIDE.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/RES/tcpWinIDE.ico -------------------------------------------------------------------------------- /winIDE/RES/teditdoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/RES/teditdoc.ico -------------------------------------------------------------------------------- /winIDE/RES/tibco.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/RES/tibco.ico -------------------------------------------------------------------------------- /winIDE/RES/toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/RES/toolbar.bmp -------------------------------------------------------------------------------- /winIDE/cpWinIDE.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/cpWinIDE.rc -------------------------------------------------------------------------------- /winIDE/cpwin.h: -------------------------------------------------------------------------------- 1 | //--------------------------------------------------------- 2 | // cpwin.h - header file for extended window predicates 3 | // 4 | 5 | //TF EXPFUNC p_keyb(ENGid); 6 | 7 | //extern PRED_INIT winPreds[]; 8 | 9 | void slashslash2(_TCHAR *, const _TCHAR *); 10 | void slashslash1(_TCHAR *); 11 | -------------------------------------------------------------------------------- /winIDE/make_win32.txt: -------------------------------------------------------------------------------- 1 | all: 2 | devenv winIDE.sln /rebuild "ReleaseA|Win32" 3 | devenv winIDE.sln /rebuild "ReleaseW|Win32" 4 | 5 | clean: 6 | devenv winIDE.sln /clean ReleaseA 7 | devenv winIDE.sln /clean DebugA 8 | devenv winIDE.sln /clean ReleaseW 9 | devenv winIDE.sln /clean DebugW 10 | -------------------------------------------------------------------------------- /winIDE/make_win64.txt: -------------------------------------------------------------------------------- 1 | all: 2 | devenv winIDE.sln /rebuild "ReleaseA|x64" 3 | devenv winIDE.sln /rebuild "ReleaseW|x64" 4 | 5 | clean: 6 | devenv winIDE.sln /clean ReleaseA 7 | devenv winIDE.sln /clean DebugA 8 | devenv winIDE.sln /clean ReleaseW 9 | devenv winIDE.sln /clean DebugW 10 | -------------------------------------------------------------------------------- /winIDE/stdafx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // stdafx.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | -------------------------------------------------------------------------------- /winIDE/tipco.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmziLS/AmziProlog/47c69e1ab3b60792dd643b926cb87243503153d5/winIDE/tipco.rc --------------------------------------------------------------------------------