This contains my bachelors thesis and associated tex files, code snippets and maybe more. Topic: Data Movement in Heterogeneous Memories with Intel Data Streaming Accelerator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
551 B

  1. - Diction does not really interpret "#" as a comment character in its
  2. rules file -- we currently just hope it never matches.
  3. - Remove comments for `gosh' input, just as for LaTeX input.
  4. - Parse LaTeX's \include directives
  5. - A better algorithm for detecting double words
  6. - Add an option for showing the error message separate from the text
  7. - Should we return an error code when we found problems?
  8. - Add a method for disabling warnings on a per-sentence basis inside
  9. the document.
  10. - Allow disabling warnings. Maybe introduce warning levels.