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
1ace0fe3
Commit
1ace0fe3
authored
4 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
Links in Kernel page
parent
f49304f3
No related branches found
No related tags found
1 merge request
!34
Acsl and kernel pages
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
html/kernel.html
+3
-3
3 additions, 3 deletions
html/kernel.html
with
3 additions
and
3 deletions
html/kernel.html
+
3
−
3
View file @
1ace0fe3
...
...
@@ -7,12 +7,12 @@ active: 2
<p>
The Frama-C platform allows checking security, verifying requirement and
guaranteeing trust in C programs, thanks to a collection of collaborative
<a
href=
"
https://frama-c.frama-c.com
/html/kernel-plugin.html"
>
plugins
</a>
that
<a
href=
"/html/kernel-plugin.html"
>
plugins
</a>
that
perform static analysis, deductive verification, and testing, for safety- and
security-critical software. Collaborative verification across cooperating
plug-ins is enabled by their integration on top of a shared kernel and
datastructures, and their compliance to
<a
href=
"
https://frama-c.frama-c.com
/html/acsl.html"
>
a common specification language
</a>
.
<a
href=
"/html/acsl.html"
>
a common specification language
</a>
.
</p>
<h1>
Architecture
</h1>
...
...
@@ -20,7 +20,7 @@ active: 2
<a
href=
"https://link.springer.com/chapter/10.1007/3-540-45937-5_16"
>
CIL
</a>
.
CIL is a front-end for C that parses ISO C99 programs into a normalized
representation. Frama-C extends CIL to support
<a
href=
"
https://frama-c.frama-c.com
/html/acsl.html"
>
ACSL
</a>
.
<a
href=
"/html/acsl.html"
>
ACSL
</a>
.
This modified CIL front-end produces the C + ACSL abstract syntax tree (AST),
an abstract view of the program shared among all analyzers. In addition to the
AST, the kernel provides several general services.
...
...
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