Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Commits
a8ae6822
Commit
a8ae6822
authored
4 years ago
by
Roma Auguste
Committed by
Virgile Prevosto
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Developer doc: tiny typos
parent
d613928b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/developer/architecture.tex
+2
-2
2 additions, 2 deletions
doc/developer/architecture.tex
doc/developer/tutorial.tex
+1
-1
1 addition, 1 deletion
doc/developer/tutorial.tex
with
3 additions
and
3 deletions
doc/developer/architecture.tex
+
2
−
2
View file @
a8ae6822
...
@@ -190,7 +190,7 @@ documentation generated by \texttt{make doc} for that purpose.
...
@@ -190,7 +190,7 @@ documentation generated by \texttt{make doc} for that purpose.
In
\framac
, plug-ins are program analysis or source-to-source
In
\framac
, plug-ins are program analysis or source-to-source
transformations. The ones provided within
\framac
are in directory
transformations. The ones provided within
\framac
are in directory
\texttt
{
src/
$
plugin
\_
name
$}
. Each plug-in is an extension point of
\framac
which
\texttt
{
src/
plugins/
$
plugin
\_
name
$}
. Each plug-in is an extension point of
\framac
which
has to be registered through
\texttt
{
Plugin.Register
}
\scodeidx
{
Plugin
}{
Register
}
has to be registered through
\texttt
{
Plugin.Register
}
\scodeidx
{
Plugin
}{
Register
}
(see Section~
\ref
{
adv:plugin-services
}
).
\framac
allows plug-in collaborations:
(see Section~
\ref
{
adv:plugin-services
}
).
\framac
allows plug-in collaborations:
a plug-in
$
p
$
can use a list of plug-ins
$
p
_
1
$
,
\dots
,
$
p
_
n
$
and
a plug-in
$
p
$
can use a list of plug-ins
$
p
_
1
$
,
\dots
,
$
p
_
n
$
and
...
@@ -271,7 +271,7 @@ with the \framac kernel or other plug-ins.
...
@@ -271,7 +271,7 @@ with the \framac kernel or other plug-ins.
Next,
\framac
provides predefined ways to visit the ASTs, in particular through
Next,
\framac
provides predefined ways to visit the ASTs, in particular through
object-oriented visitors defined in directory
object-oriented visitors defined in directory
\texttt
{
src/kernel
\_
services/visitor
}
(see Section~
\ref
{
adv:visitors
}
).
\texttt
{
src/kernel
\_
services/visitor
s
}
(see Section~
\ref
{
adv:visitors
}
).
Some predefined analyzers, such as a multiple generic dataflow analysis
Some predefined analyzers, such as a multiple generic dataflow analysis
are provided in directory
\texttt
{
src/kernel
\_
services/analysis
}
, while some
are provided in directory
\texttt
{
src/kernel
\_
services/analysis
}
, while some
predefined program transformation, such as cloning a function, are provided in
predefined program transformation, such as cloning a function, are provided in
...
...
This diff is collapsed.
Click to expand it.
doc/developer/tutorial.tex
+
1
−
1
View file @
a8ae6822
...
@@ -472,7 +472,7 @@ file names, in the correct \ocaml build order.
...
@@ -472,7 +472,7 @@ file names, in the correct \ocaml build order.
\codeidx
{
PLUGIN
\_
NAME
}
\codeidx
{
PLUGIN
\_
NAME
}
\makefileinput
{
./tutorial/hello/generated/makefile
_
multiple/Makefile
}
\makefileinput
{
./tutorial/hello/generated/makefile
_
multiple/Makefile
}
The three follow
o
ing files completely replace the
\texttt
{
./hello
\_
world.ml
}
The three following files completely replace the
\texttt
{
./hello
\_
world.ml
}
from the previous section. Modules are directly called by their name in the
from the previous section. Modules are directly called by their name in the
classical
\ocaml
way.
classical
\ocaml
way.
...
...
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