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
verimag
synchrone
lutin
Commits
1a81cf1b
Commit
1a81cf1b
authored
Jan 24, 2019
by
erwan
Browse files
Merge branch 'master' of gricad-gitlab.univ-grenoble-alpes.fr:verimag/synchrone/lutin
parents
b67dede1
380fbbf5
Pipeline
#71273
failed with stages
in 5 minutes and 9 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
lutin/src/lutParser.mly
View file @
1a81cf1b
...
...
@@ -61,7 +61,7 @@ let add_extern (id : Syntaxe.ident) (ci : let_info) = (
let
(
add_include
:
Lexeme
.
t
->
unit
)
=
fun
file
->
(* remove
'"'
from string. *)
(* remove
double quote
from string. *)
let
f
=
String
.
sub
file
.
str
1
((
String
.
length
file
.
str
)
-
2
)
in
included_files_to_handle
:=
(
f
)
::!
included_files_to_handle
...
...
@@ -638,7 +638,7 @@ lutTraceExp:
*/
;
lutDoPart
:
/*
ebnf
:
print
=
expand
*/
lutDoPart
:
/*
ebnf
:
print
=
expand
*/
/*
nada
*/
%
prec
NO_DO_PART
{
None
}
|
TK_DO
lutTraceExp
...
...
Write
Preview
Supports
Markdown
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