-
Notifications
You must be signed in to change notification settings - Fork 274
Improve developer documentation v2 #2750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
dfcb7cd
2ea73b8
37128c0
2034faf
c423bb6
90e43d9
3b74238
d924247
3eee998
147c5d9
35e278e
96dc0a3
124d012
0695df6
ccaa87c
f7bcd0a
d6755b0
0661075
0b7c4fb
ccf3c50
794ba03
544671e
76dbb2a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
|
||
## equation ## | ||
|
||
To be documented. | ||
See \ref symex-overview. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,24 +5,32 @@ | |
|
||
## language_uit, language_filest, languaget classes: ## | ||
|
||
### Purpose ### | ||
|
||
To be documented. | ||
See \ref langapi. | ||
|
||
### Parse ### | ||
|
||
To be documented. | ||
See \ref language_uit::parse(). | ||
|
||
### Typecheck ### | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can be removed. |
||
|
||
To be documented. | ||
See \ref language_uit::typecheck(). | ||
|
||
### Final ### | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can be removed. |
||
|
||
To be documented. | ||
See \ref language_uit::final(). | ||
|
||
## C ## | ||
|
||
See \ref ansi-c. | ||
|
||
## C++ ## | ||
|
||
See \ref cpp. | ||
|
||
## Java bytecode ## | ||
|
||
See \ref java_bytecode. | ||
|
||
### Explain how a java program / class is represented in a .class ### | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should be explained in java_bytecode |
||
|
||
To be documented. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
|
||
\author | ||
|
||
See \ref solvers-overview. | ||
|
||
## Flattening ## | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can be removed. |
||
|
||
To be documented. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
|
||
\author | ||
|
||
To be documented. | ||
|
||
See \ref analyses and \ref pointer-analysis. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
|
||
\author | ||
|
||
## Symex class ## | ||
## Symbolic execution ## | ||
|
||
To be documented. | ||
See \ref symex-overview. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be removed.