Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benoit Barbot
WordGen
Commits
b1b9b2a7
Commit
b1b9b2a7
authored
Mar 19, 2021
by
Benoît Barbot
Browse files
fix Makefile
parent
68fbacfd
Pipeline
#2079
failed with stages
in 4 minutes and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b1b9b2a7
all
:
dune build
ln
-s
_build/default/src/wordgen.exe wordgen
allocamlbuild
:
ocamlbuild
-I
src
-use-ocamlfind
-plugin-tag
'package(bisect_ppx-ocamlbuild)'
wordgen.native
mv
wordgen.native wordgen
cp
wordgen.native wordgen
test
:
BISECT_COVERAGE
=
YES ocamlbuild
-I
src
-use-ocamlfind
-plugin-tag
'package(bisect_ppx-ocamlbuild)'
-package
yojson wordgen.native test.t/poly_unitaire.native
...
...
web-view/TAGraph.ml
View file @
b1b9b2a7
...
...
@@ -219,7 +219,12 @@ let print_to_prism f def stateit arcit =
guard
g3
target
;
List
.
iter
(
fun
r
->
Format
.
fprintf
f
"&(%s'=0)"
r
)
reset
;
Format
.
fprintf
f
";
\n
"
);
Format
.
fprintf
f
"endmodule
\n
"
Format
.
fprintf
f
"endmodule
\n
"
;
Format
.
fprintf
f
"label
\"
accepting
\"
= false "
;
stateit
(
fun
id
(
_
,_,_,
isfin
)
_
->
if
isfin
then
Format
.
fprintf
f
"| (state=%i)"
id
);
Format
.
fprintf
f
";
\n
"
let
print
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment