Skip to content
GitLab
Menu
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
dced81d4
Commit
dced81d4
authored
Jul 06, 2021
by
Benoit Barbot
Browse files
jsonify
parent
e53dc99d
Pipeline
#2218
passed with stages
in 2 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OutFormat.ml
View file @
dced81d4
...
...
@@ -220,7 +220,7 @@ struct
if
is_interactive
then
let
rec
aux
()
=
try
fprintf
outfile
">@?"
;
if
ost
<>
CoSim
then
fprintf
outfile
">@?"
;
match
read_line
()
with
|
"step"
|
"s"
->
Some
(
List
.
hd
@@
parse_action
"_[_]"
)
|
"exit"
->
exit
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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