History log of /seL4-l4v-master/HOL4/src/parse/ParseDatatype_dtype.sml
Revision Date Author Comments
# 99630098 22-Aug-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Improve datatype parsing, including ; as terminator inside records

More tests included.


# a3643037 28-Jul-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Allow trailing semicolons in datatype declarations

Also:
- factor out datatype declarations for related AST types so that they
print nicely in Poly/ML interactive loops
- share more code between parsers of old and new syntax

With test-cases.

Closes #446