History log of /seL4-l4v-10.1.1/HOL4/examples/formal-languages/regular/regexp2dfa.sml
Revision Date Author Comments
# 1383cba4 21-Oct-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Delete trailing whitespace in examples


# 8d83067c 21-Oct-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove TABs from examples


# 58365d9a 30-May-2018 Konrad Slind <konrad.slind@gmail.com>

added regexp for valid utf-8 strings to test files. Other changes are minor


# ed94d21c 12-Sep-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Improve compilation to executables - use in mkmunge and regexp2dfa

There is a new --exe option to buildheap, and this allows me to get
rid of the --mktex option. To make the munge.exe default possible, I
do also have to add a --defaultout option.


# 2a601ff6 12-Sep-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Adjust build workflow for regexp2dfa in formal-languages/regular

The pattern of 'export object file then link' is sufficiently
stereotyped that we should provide it as a function in somewhere like
Systeml (or even in buildheap itself).


# 4e1408fc 15-Aug-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove trailing whitespace throughout examples/


# 74e33b78 11-Jul-2017 Konrad Slind <konrad.slind@gmail.com>

Converted ML implementation of charsets to align with that used in HOL. Also replaced regexp2{c,java,sml} by a single regexp2dfa program.