Skip to content
Success

Changes

Summary

  1. eliminated clones;
  2. trim blanks -- more thoroughly than in update_cartouches (for single-line comments);
  3. more operations (as in ML);
  4. more specific tool "isabelle update_comments", for uniformity with formal comments in embedded languages;
  5. clarified Token.is_text (cf. Parse.text in ML);
  6. more operations;
  7. support for completion;
  8. allow LaTeX source as formal comment;
  9. clarified signature;
  10. clarified SML (no formal comments) vs. Isabelle/ML (arbitrary comments);
  11. clarified signature;
  12. clarified modules: uniform notion of formal comments;
Changeset 67436:e446505a4ec6 by wenzelm:
eliminated clones;
The file was modified src/Pure/General/completion.scala (diff)
The file was modified src/Pure/Tools/update_comments.scala (diff)
The file was modified src/Pure/library.scala (diff)
Changeset 67435:f83c1842a559 by wenzelm:
trim blanks -- more thoroughly than in update_cartouches (for single-line comments);
The file was modified src/Pure/General/symbol.scala (diff)
The file was modified src/Pure/Tools/update_comments.scala (diff)
Changeset 67434:a38c74b0886d by wenzelm:
more operations (as in ML);
The file was modified src/Pure/library.scala (diff)
Changeset 67433:e0c0c1f0e3e7 by wenzelm:
more specific tool "isabelle update_comments", for uniformity with formal comments in embedded languages;
The file was addedsrc/Pure/Tools/update_comments.scala
The file was modified NEWS (diff)
The file was modified src/Pure/System/isabelle_tool.scala (diff)
The file was modified src/Pure/Tools/update_cartouches.scala (diff)
The file was modified src/Pure/build-jars (diff)
Changeset 67432:e6d5547a0a93 by wenzelm:
clarified Token.is_text (cf. Parse.text in ML);
The file was modified src/Pure/Isar/token.scala (diff)
Changeset 67431:84e143e64336 by wenzelm:
more operations;
The file was modified src/Pure/General/completion.scala (diff)
The file was modified src/Pure/library.scala (diff)
Changeset 67430:149b742070e9 by wenzelm:
support for completion;
The file was modified etc/symbols (diff)
Changeset 67429:95877cc6630e by wenzelm:
allow LaTeX source as formal comment;
The file was modified src/Pure/General/comment.ML (diff)
The file was modified src/Pure/PIDE/markup.ML (diff)
The file was modified src/Pure/Thy/thy_output.ML (diff)
Changeset 67428:dd8e40f46962 by wenzelm:
clarified signature;
The file was modified src/Pure/General/symbol.ML (diff)
The file was modified src/Pure/Thy/latex.ML (diff)
Changeset 67427:5409cfd41e7f by wenzelm:
clarified SML (no formal comments) vs. Isabelle/ML (arbitrary comments);
The file was modified src/Pure/ML/ml_lex.ML (diff)
Changeset 67426:6311cf9dc943 by wenzelm:
clarified signature;
The file was modified src/Pure/General/antiquote.ML (diff)
The file was modified src/Pure/General/comment.ML (diff)
The file was modified src/Pure/General/symbol_pos.ML (diff)
The file was modified src/Pure/Syntax/lexicon.ML (diff)
Changeset 67425:7d4a088dbc0e by wenzelm:
clarified modules: uniform notion of formal comments;
The file was addedsrc/Pure/General/comment.ML
The file was modified src/Pure/General/symbol_pos.ML (diff)
The file was modified src/Pure/ML/ml_lex.ML (diff)
The file was modified src/Pure/ROOT.ML (diff)
The file was modified src/Pure/Syntax/lexicon.ML (diff)
The file was modified src/Pure/Thy/thy_output.ML (diff)
The file was modified src/Pure/Tools/rail.ML (diff)