Commit Graph

9 Commits

Author SHA1 Message Date
Fergus Henderson
d4694d2e48 Deprecate the old style of lambda expressions.
Estimated hours taken: 0.5

Deprecate the old style of lambda expressions.

NEWS:
doc/reference_manual.texi:
	Document that the old-style lambda expressions are now deprecated.

compiler/notes/todo.html:
	Mention that we should warn about the use of old-style lambda
	expressions.
1999-03-24 05:32:26 +00:00
David Jeffery
9f3490be9d Updated mention of existential types and added an item about better
Estimated hours taken: 0.1

compiler/notes/todo.html
        Updated mention of existential types and added an item about better
        support in the standard library for higher order programming.
1998-09-22 08:04:17 +00:00
Fergus Henderson
5f0dc73080 Update a couple of things.
Estimated hours taken: 0.25

compiler/notes/todo.html:
	Update a couple of things.
1998-09-02 07:02:19 +00:00
Fergus Henderson
9f11e1e4fb Delete some things that have been done, and add a couple of new
Estimated hours taken: 0.25

compiler/notes/todo.html:
	Delete some things that have been done, and add a couple of new
	things to the todo list and wish list.
1998-06-29 05:37:19 +00:00
Zoltan Somogyi
39871ffd62 Removed "being done by jammb", since he isn't working on Mercury
Estimated hours taken: 0.2

todo.html:
	Removed "being done by jammb", since he isn't working on Mercury
	anymore. Added a note that petdr is supposed to be working on
	data type specialization. Clarified a point about attribute grammars.
1997-07-10 06:44:42 +00:00
Simon Taylor
e7ebb733be Document `:- use_module'.
Estimated hours taken: 14

compiler/notes/todo.html
	Document `:- use_module'.
1997-06-29 23:17:47 +00:00
Zoltan Somogyi
8e0a049f42 Removed an item saying only "implement".
Estimated hours taken: 0.1

Removed an item saying only "implement".
1997-05-07 05:24:11 +00:00
Fergus Henderson
5da7e91c83 Update the todo list to reflect things that have been done.
Estimated hours taken: 1

compiler/notes/todo.html:
	Update the todo list to reflect things that have been done.
	Move some items from the TODO section to the WISHLIST section.
	Change the indentation slightly to make it easier to read
	the ASCII source.
1997-04-29 15:01:06 +00:00
Bert Thompson
dea497b338 Translated plain text docs to HTML. This obviously creates
Estimated hours taken: 4

Translated plain text docs to HTML. This obviously creates
a dual update problem. We should solve this by putting
the plain text docs in the attic and retaining the HTML.

Also added the HTML files to the Mmakefile so they are installed
on the web pages.

The other documents in compiler/notes will be HTMLized soon.

compiler/notes/
	Mmakefiles
	ALLOCATION.html
	AUTHORS.html
	CODING_STANDARDS.html
	COMPILER_DESIGN.html
	GC_AND_C_CODE.html
	GLOSSARY.html
	MODULE_SYSTEM.html
	RELEASE_CHECKLIST.html
	REVIEWS.html
	TODO.html
1997-04-03 05:17:54 +00:00