agenda.1_0 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. ñ"DÁ�ENDA (* = in progress)
  2. Remember if environments have been reset, so as to minimize overhead.
  3. Output the filename for # include errors.
  4. Add a .extend variable (for reading equates via CE?)
  5. The linenumber on an error message about the wrong idn on an "end <clustername>"
  6. is the linenumber for the token following the idn.
  7. When the last module in the file has the wrong name on the end,
  8. CLU should realize that.
  9. Look at what happens when you say
  10. rules = array[rules]
  11. and then later try to iterate over rules$elements.
  12. Allow types as free external references. I need a macro to give me a
  13. type descriptor for type_of(external).
  14. Think about speeding up parsing with some hand-coding. Specifically,
  15. avoid the c2i-fetch for (every?) character.
  16. Fix_filename doesn't quite do the right thing. For example, "boo;foo bar zoo:"
  17. comes out "boo;foo:".
  18. Implement the force statement, if possible.
  19. Come up with a short, simple, readable form for DU specs, and implement it.
  20. Document, document, document.