Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
Frama-C Website
Commits
422abc00
Commit
422abc00
authored
4 years ago
by
Augustin Lemesle
Browse files
Options
Downloads
Patches
Plain Diff
comment strange formatting
parent
fb4c0a5e
No related branches found
Branches containing commit
No related tags found
1 merge request
!66
Changelog generator now takes in account WP and E-ACSL
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
generator/lexer.mll
+1
-1
1 addition, 1 deletion
generator/lexer.mll
with
1 addition
and
1 deletion
generator/lexer.mll
+
1
−
1
View file @
422abc00
...
@@ -174,7 +174,7 @@ and text e = parse
...
@@ -174,7 +174,7 @@ and text e = parse
|
space
{
add_word
e
Space
;
text
e
lexbuf
}
|
space
{
add_word
e
Space
;
text
e
lexbuf
}
|
eof
{
}
|
eof
{
}
|
space
+
(
digit
as
k
)
'
)
'
{
add_word
e
(
Item
k
)
;
text
e
lexbuf
}
(*
| space+ (digit as k) ')' { add_word e (Item k) ; text e lexbuf }
*)
|
'
#
'
((
digit
+
)
as
bug
)
|
'
#
'
((
digit
+
)
as
bug
)
{
add_word
e
(
PublicBts
(
int_of_string
bug
))
;
text
e
lexbuf
}
{
add_word
e
(
PublicBts
(
int_of_string
bug
))
;
text
e
lexbuf
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment