History log of /seL4-l4v-master/l4v/isabelle/src/Pure/ML/ml_lex.scala
Revision Date Author Comments
# 11f08381 25-Jan-2018 wenzelm <none@none>

allow cartouche within ML string;


# ae74619f 15-Jan-2018 wenzelm <none@none>

clarified modules;
more operations;


# 38b6502a 07-Jan-2018 wenzelm <none@none>

tuned;


# 7a3666d0 07-Jan-2018 wenzelm <none@none>

support for formal comments in ML in Isabelle/Scala;


# 6356ce40 07-Jan-2018 wenzelm <none@none>

tuned;


# eda54fc7 27-Nov-2017 wenzelm <none@none>

proper treatment of multi-line cartouche as rudiment of antiquotation, e.g. relevant for syntax-highlighting in Isabelle/jEdit;


# 63752833 07-Jan-2017 wenzelm <none@none>

tuned signature;


# a4a6e73a 05-Aug-2016 wenzelm <none@none>

Sidekick parser for isabelle-ml and sml mode;


# 1a03789e 01-Jun-2016 wenzelm <none@none>

support rat numerals via special antiquotation syntax;


# 1e8955c3 06-Nov-2015 wenzelm <none@none>

ML cartouches via control antiquotation;


# 87ebf12f 18-Oct-2015 wenzelm <none@none>

support control symbol antiquotations;


# 54c11317 08-Dec-2014 wenzelm <none@none>

expand ML cartouches to Input.source;
tuned signature;


# a414b15a 08-Dec-2014 wenzelm <none@none>

tuned comment;


# 646cba2a 08-Dec-2014 wenzelm <none@none>

clarified Isabelle/ML strings (refining 72238ea2201c);


# e0e8cf48 02-May-2015 wenzelm <none@none>

misc tuning, based on warnings by IntelliJ IDEA;


# ad6589fd 07-Nov-2014 wenzelm <none@none>

tuned markup;


# 86334bff 25-Mar-2014 wenzelm <none@none>

separate tokenization and language context for SML: no symbols, no antiquotes;


# 7270eb6a 16-Feb-2014 wenzelm <none@none>

support ML antiquotations in Scala;
tuned -- more uniform ML vs. Scala;


# 010de39b 16-Feb-2014 wenzelm <none@none>

tuned signature -- emphasize line-oriented aspect;


# d22d9138 15-Feb-2014 wenzelm <none@none>

more uniform ML keyword markup;
tuned;


# 5b46cf90 15-Feb-2014 wenzelm <none@none>

clarified Isabelle/ML strings;


# 91292894 15-Feb-2014 wenzelm <none@none>

refined ML keyword styles;


# 279824af 15-Feb-2014 wenzelm <none@none>

isabelle-ml mode with separate token marker;
clarified ML_Lex.gap_start: end-of-input counts as single newline;


# ac4a61d1 15-Feb-2014 wenzelm <none@none>

partial scans via ML_Lex.tokenize_context;
simplified ML_char: no gaps (hardly relevant in practice);
tuned;


# 11bad14b 14-Feb-2014 wenzelm <none@none>

lexical syntax for SML (in Scala);
tuned;