adding the CFG example to the build process
authorbulwahn
Tue, 07 Sep 2010 11:51:53 +0200
changeset 39415c035d01a7e77
parent 39414 71f3f194b962
child 39416 475856793715
adding the CFG example to the build process
src/HOL/IsaMakefile
src/HOL/Predicate_Compile_Examples/ROOT.ML
     1.1 --- a/src/HOL/IsaMakefile	Tue Sep 07 11:51:53 2010 +0200
     1.2 +++ b/src/HOL/IsaMakefile	Tue Sep 07 11:51:53 2010 +0200
     1.3 @@ -1325,6 +1325,7 @@
     1.4    Predicate_Compile_Examples/Predicate_Compile_Examples.thy		\
     1.5    Predicate_Compile_Examples/Predicate_Compile_Quickcheck_Examples.thy  \
     1.6    Predicate_Compile_Examples/Code_Prolog_Examples.thy 			\
     1.7 +  Predicate_Compile_Examples/Context_Free_Grammar_Example.thy 		\
     1.8    Predicate_Compile_Examples/Hotel_Example.thy 				\
     1.9    Predicate_Compile_Examples/Lambda_Example.thy 			\
    1.10    Predicate_Compile_Examples/List_Examples.thy 
     2.1 --- a/src/HOL/Predicate_Compile_Examples/ROOT.ML	Tue Sep 07 11:51:53 2010 +0200
     2.2 +++ b/src/HOL/Predicate_Compile_Examples/ROOT.ML	Tue Sep 07 11:51:53 2010 +0200
     2.3 @@ -1,2 +1,2 @@
     2.4  use_thys ["Predicate_Compile_Examples", "Predicate_Compile_Quickcheck_Examples", "Specialisation_Examples"];
     2.5 -if getenv "PROLOG_HOME" = "" then () else use_thys ["Code_Prolog_Examples", "Hotel_Example", "Lambda_Example", "List_Examples"];
     2.6 +if getenv "PROLOG_HOME" = "" then () else use_thys ["Code_Prolog_Examples", "Context_Free_Grammar_Example", "Hotel_Example", "Lambda_Example", "List_Examples"];