History log of /seL4-camkes-master/projects/camkes/apps/cakeml_regex/components/CakeMLFilter/filterProgScript.sml
Revision Date Author Comments
# e653f3f9 02-Dec-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX

Also clarifies provenance of code in `apps/fdtgen/fdt_utils.c`

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# 8d43661a 30-Jun-2020 Johannes Åman Pohjola <johannes.amanpohjola@data61.csiro.au>

cakeml_regex: update to a more recent CakeML version

Since this was originally written, the syntax of theorem statements
changed, a conversion that breaks the proofs was added to the
default simpset, and and some of the functionality inlined here
was upstreamed to HOL4 libraries.

This is intended to run on CakeML version 6f71ec748.

Signed-off-by: Johannes Åman Pohjola <johannes.amanpohjola@data61.csiro.au>


# d5e052df 25-Aug-2019 Johannes Åman Pohjola <johannes.amanpohjola@data61.csiro.au>

cakeml_regex: update filterProgScript to account for HOL changes


# 30284b62 23-Apr-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

cakeml_regex: Move filter_regex to .camkes file

Now that string attributes are supported on CakeML components we can
declare the regex as an attribute on the CakeMLFilter component and set
it in the ADL.


# f56c54de 29-Nov-2018 Michael Sproul <michael.sproul@data61.csiro.au>

cakeml_regex: create application