History log of /seL4-l4v-master/HOL4/examples/formal-languages/context-free/locationScript.sml
Revision Date Author Comments
# 3e62454d 22-May-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Make locs an explicit type rather than abbreviation for a pair

This should make automatic tools treat values of the type as atomic
rather than split them apart, which is usually unhelpful.


# 1a6b7f48 26-Mar-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Define valid_lptree constant (from CakeML).

This constant asserts that the parse tree respects the provided
grammar (as per valid_ptree), but also that every non-terminal node in
the tree has the correct locations recorded (derived from the
locations of the sub-trees, using the merge_list_locs constant.


# 5f72e477 10-Feb-2017 H.Feree <h.feree@kent.ac.uk>

Cleaner approach of location in parser


# 18fee85c 03-Feb-2017 H.Feree <h.feree@kent.ac.uk>

location datatype definition