History log of /seL4-l4v-10.1.1/isabelle/src/Pure/Isar/parse.scala
Revision Date Author Comments
# 104b9737 25-Oct-2017 wenzelm <none@none>

uniform system name;


# d39d0bde 07-Nov-2016 wenzelm <none@none>

more uniform path syntax, as in ML (see 5a7c919a4ada);


# b8ebc9e0 11-Jul-2016 wenzelm <none@none>

tunes signature;


# 5dc803d8 13-Apr-2016 wenzelm <none@none>

eliminated "xname" and variants;


# 4691a849 13-Apr-2016 wenzelm <none@none>

clarified syntax;


# 878079cf 14-Mar-2015 wenzelm <none@none>

tunes signature -- more uniform ML vs. Scala;


# f2ddb13e 14-Mar-2015 wenzelm <none@none>

position parser as in ML;


# f57bc872 10-Mar-2015 wenzelm <none@none>

more precise position information in Isabelle/Scala, with YXML markup as in Isabelle/ML;


# 16d034ef 05-Nov-2014 wenzelm <none@none>

tuned signature;


# 1a4cb95e 01-Nov-2014 wenzelm <none@none>

command-line terminator ";" is no longer accepted;


# 863cbe74 30-Apr-2014 wenzelm <none@none>

some support for session-qualified theories: allow to refer to resources via qualified name instead of odd file-system path;


# 92569a15 08-Apr-2014 wenzelm <none@none>

more precise token positions;


# bcaf9b01 18-Mar-2014 wenzelm <none@none>

simplified (despite 70898d016538);


# 7216e79c 18-Mar-2014 wenzelm <none@none>

clarifed module name;

--HG--
rename : src/Pure/Thy/thy_load.ML => src/Pure/PIDE/resources.ML
rename : src/Pure/Thy/thy_load.scala => src/Pure/PIDE/resources.scala
rename : src/Tools/jEdit/src/jedit_thy_load.scala => src/Tools/jEdit/src/jedit_resources.scala


# 1b4c02e6 03-Mar-2014 wenzelm <none@none>

clarified path checks: avoid crash of rendering due to spurious errors;


# ffd59da7 20-Feb-2014 wenzelm <none@none>

tuned imports;


# 1e617e55 05-Apr-2013 wenzelm <none@none>

tuned signature -- agree with markup terminology;


# c80bc34e 23-Aug-2012 wenzelm <none@none>

improved errors of parser combinators;


# 19cc4307 23-Aug-2012 wenzelm <none@none>

tuned messages: end-of-input rarely means physical end-of-file from the past;


# 26fbb647 07-Aug-2012 wenzelm <none@none>

more structural parsing for minor modes;
tuned signatures;


# f0e09233 30-Jul-2012 wenzelm <none@none>

proper treatment of eof wrt. proper_input -- allow input of spaces/comments only;


# 088246e6 30-Jul-2012 wenzelm <none@none>

tuned signature;


# 7954341a 24-Jul-2012 wenzelm <none@none>

more explicit checks during parsing;


# 551be0a9 19-Jul-2012 wenzelm <none@none>

support Session.Queue with ordering and dependencies;


# 9fa21035 15-Mar-2012 wenzelm <none@none>

clarified syntax of prospective keywords;


# 0aaf4bf7 13-Aug-2011 wenzelm <none@none>

tuned;


# a9891c60 08-Jun-2011 wenzelm <none@none>

updated headers;


# fb33f98a 17-May-2010 wenzelm <none@none>

renamed class Outer_Lex to Token and Token_Kind to Token.Kind;

--HG--
rename : src/Pure/Isar/outer_lex.scala => src/Pure/Isar/token.scala


# e178a2be 15-May-2010 wenzelm <none@none>

renamed Outer_Parse to Parse (in Scala);

--HG--
rename : src/Pure/Isar/outer_parse.scala => src/Pure/Isar/parse.scala