Commit Graph

41 Commits

Author SHA1 Message Date
Zoltan Somogyi
dd9619d20b s/varset__lookup/varset__search/
Estimated hours taken: 0.1

interpreter:
	s/varset__lookup/varset__search/
1996-03-17 04:22:44 +00:00
Fergus Henderson
3cea9507db Add `interpreter.m' to the samples directory.
Estimated hours taken: 0.1

Add `interpreter.m' to the samples directory.
1996-03-03 22:56:52 +00:00
Fergus Henderson
b67c6e6ee1 Due to popular demand, I have finally succumbed and written a
Estimated hours taken: 0.5

samples/calculator.m:
	Due to popular demand, I have finally succumbed and written a
	"nicer" version of this.
1996-03-01 13:25:56 +00:00
Fergus Henderson
fc6843e0c9 Import `bool'.
Estimated hours taken: 0.1

samples/eliza.m:
	Import `bool'.
1996-02-08 18:34:36 +00:00
Fergus Henderson
e8f11687cd Add a .cvsignore file to the samples/Diff directory to keep `cvs update' quiet.
Estimated hours taken: 0.05

Add a .cvsignore file to the samples/Diff directory to keep `cvs update' quiet.
1996-01-23 09:31:16 +00:00
Fergus Henderson
786b2a6db3 Add a .cvsignore file to the samples directory to keep `cvs update' quiet.
Estimated hours taken: 0.05

Add a .cvsignore file to the samples directory to keep `cvs update' quiet.
1996-01-23 09:31:06 +00:00
Fergus Henderson
2aad165033 Declare main as cc_multi', not multi'.
Estimated hours taken: 0.1

samples/committed_choice.m:
	Declare main as `cc_multi', not `multi'.
1996-01-23 09:21:18 +00:00
Fergus Henderson
2c0e0c3d31 Remove the stuff about stripping the executables, since `ml'
Estimated hours taken: 0.25

scripts/Mmake:
	Remove the stuff about stripping the executables, since `ml'
	does that by default now.
1996-01-23 09:04:55 +00:00
Fergus Henderson
df41b9b715 Declare main/2 as cc_multi, not multi.
Estimated hours taken: 0.25

samples/calculator.m:
	Declare main/2 as cc_multi, not multi.
	Add a comment about the "1 - 2 - 3" bug.
1996-01-22 13:46:48 +00:00
Fergus Henderson
b8990c9970 Add `:- import_module assoc_list', since assoc_list is no longer
Estimated hours taken: 0.1

samples/eliza.m:
	Add `:- import_module assoc_list', since assoc_list is no longer
	part of std_util.
1995-12-28 04:59:56 +00:00
Andrew Bromage
512833bb45 Undoing the unique modes stuff. 1995-10-09 03:38:45 +00:00
Andrew Bromage
2cb9744d1e Added some unique modes to eliza. 1995-10-09 02:10:32 +00:00
Zoltan Somogyi
f1dbcc38f6 Add sort to the list of programs to be compiled.
Mmake:
	Add sort to the list of programs to be compiled.
1995-10-08 11:27:54 +00:00
Zoltan Somogyi
a2611254a3 A simple program for use in 247.
sort:
	A simple program for use in 247.

ultra_sub:
	Fix a spelling error.
1995-10-08 11:26:50 +00:00
Fergus Henderson
13d61adecd Uncommit previous change, which accidentally got mixed up
samples/Mmake:
	Uncommit previous change, which accidentally got mixed up
	with the changes to all the other Mmake files.
1995-10-07 15:44:50 +00:00
Fergus Henderson
934553c5a5 Change the uninstall' rule so that rather than using rm -f',
Mmake:
	Change the `uninstall' rule so that rather than using `rm -f',
	it uses plain `rm' but then ignores the exit status.  If we
	encounter permission errors when doing a `mmake uninstall', the
	user should know about them.
1995-10-07 15:43:32 +00:00
Fergus Henderson
b5799f8b2e Add `cat' to the list of programs.
samples/Mmake:
	Add `cat' to the list of programs.
1995-09-09 03:25:40 +00:00
Thomas Conway
2bf4530baf Fixed the XXXs now that I know more about #%&#%@%^@%^ Prolog
ultra_sub.m:
	Fixed the XXXs now that I know more about #%&#%@%^@%^ Prolog
	syntax (Standard compliant).
1995-08-01 07:16:27 +00:00
Thomas Conway
ce9ef9274f add ultra_sub
Mmake:
	add ultra_sub

ultra_sub:
	a new sample program - the new improved version of sub.
	It doesn't quite do full unification, but it is much more
	sophisticated than sub (though not necessarily more useful ;-)
1995-08-01 02:39:28 +00:00
Fergus Henderson
9164fa1bb6 Change main/2 from nondet' to multi'.
samples/calculator.m:
	Change main/2 from `nondet' to `multi'.
1995-07-21 18:26:36 +00:00
Andrew Bromage
8dde756a5b Lots of insignificant cleanups, just so the code looks prettier. 1995-07-17 00:03:07 +00:00
Dylan Shuttleworth
00bb7df53b Correcting spelling mistake in module name 1995-07-12 04:42:16 +00:00
Fergus Henderson
c183ab0754 Remove obsolete comment.
samples/committed_choice.m:
	Remove obsolete comment.
1995-07-10 15:21:25 +00:00
Andrew Bromage
e0872a7a4b Some cleanups so that diff works (better) with Prolog. 1995-06-16 06:46:32 +00:00
Andrew Bromage
d6a5cdfb75 General cleanups. 1995-06-02 03:55:39 +00:00
Andrew Bromage
e6c3613121 Final changes to diff, at least until getopt is done. 1995-06-01 06:08:39 +00:00
Andrew Bromage
15f345d18d More documentation added. 1995-05-31 06:07:04 +00:00
Andrew Bromage
37af6ba074 Lcss: the documented version. (Version with references coming soon.) 1995-05-31 05:52:15 +00:00
Fergus Henderson
70ad060033 Add a sample Mmake file.
samples/Diff/Mmake:
	Add a sample Mmake file.
1995-05-30 18:35:54 +00:00
Fergus Henderson
7aaec23181 Add a bunch of new files.
samples/*:
	Add a bunch of new files.
	Remove lots of irrelevant stuff from the Mmake file.
	Add a comment to eliza.m.
1995-05-30 18:35:34 +00:00
Andrew Bromage
b4c351084f New improved diff! O(n log n) algorithm. 1995-05-25 05:34:41 +00:00
Andrew Bromage
dad6dd3982 Used new algorithm in diff 1995-05-24 04:53:43 +00:00
Andrew Bromage
946f58e744 Removed debug info from lcss 1995-05-23 00:16:41 +00:00
Andrew Bromage
7620375940 Diff sample program 1995-05-23 00:11:21 +00:00
Fergus Henderson
940b58da7a Correct the documentation.
samples/Mmake:
	Correct the documentation.
	Set C2INIT rather than MOD2INIT.
1995-05-20 13:31:31 +00:00
Andrew Bromage
9dfccb261f More eliza fixes. 1995-05-13 00:48:14 +00:00
Andrew Bromage
336d04f42d More changes to eliza. 1995-05-11 05:48:38 +00:00
Andrew Bromage
a14b421d65 Adding Mmakefile for samples 1995-05-10 04:54:41 +00:00
Andrew Bromage
caefadcbad Updated to use the new string.m 1995-05-10 04:43:12 +00:00
Andrew Bromage
ba5919bfa1 Added eliza.m 1995-05-09 10:15:56 +00:00
Andrew Bromage
e5ca634f2e Added sample code directory. 1995-05-09 08:19:09 +00:00