Commits on Source (47)
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
make intermediate step with abstract over, to ensure binding of free variabel "tmpvar". Also fix error where temp vars for array assignments would have the wrong value
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
overwork type of function call and handle usage of identifiers from C_env and not from current translation unit
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
hide parameters when reading annotation terms, so that free terms with parameters wouldnt get substituted
-
Lorenz Winkler authored
remove automatic nat conversion and correctly infer type before calling clean interface for annotation terms
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Burkhart Wolff authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
... if they occured as params in a previous function in the same transl unit
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Lorenz Winkler authored
-
Burkhart Wolff authored
-
Burkhart Wolff authored
-
Burkhart Wolff authored
-
Burkhart Wolff authored
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- C11-BackEnds/Clean/examples/Quicksort.thy 17 additions, 0 deletionsC11-BackEnds/Clean/examples/Quicksort.thy
- C11-BackEnds/Clean/src/Clean.thy 50 additions, 46 deletionsC11-BackEnds/Clean/src/Clean.thy
- C11-BackEnds/Clean/src/MonadSE.thy 1 addition, 1 deletionC11-BackEnds/Clean/src/MonadSE.thy
- C11-BackEnds/Clean_wrapper/examples/Coder_Documentation.thy 140 additions, 0 deletionsC11-BackEnds/Clean_wrapper/examples/Coder_Documentation.thy
- C11-BackEnds/Clean_wrapper/examples/Coder_Test_Env_AEnv.thy 12 additions, 16 deletionsC11-BackEnds/Clean_wrapper/examples/Coder_Test_Env_AEnv.thy
- C11-BackEnds/Clean_wrapper/examples/Coder_Test_ExprStmt.thy 332 additions, 46 deletionsC11-BackEnds/Clean_wrapper/examples/Coder_Test_ExprStmt.thy
- C11-BackEnds/Clean_wrapper/examples/Coder_Test_StmtTUnits.thy 58 additions, 47 deletions...BackEnds/Clean_wrapper/examples/Coder_Test_StmtTUnits.thy
- C11-BackEnds/Clean_wrapper/examples/Coder_Test_TUnits.thy 435 additions, 0 deletionsC11-BackEnds/Clean_wrapper/examples/Coder_Test_TUnits.thy
- C11-BackEnds/Clean_wrapper/src/.CleanCoder.thy.marks 1 addition, 0 deletionsC11-BackEnds/Clean_wrapper/src/.CleanCoder.thy.marks
- C11-BackEnds/Clean_wrapper/src/CleanCoder.thy 235 additions, 111 deletionsC11-BackEnds/Clean_wrapper/src/CleanCoder.thy
- C11-BackEnds/Clean_wrapper/src/CleanCoderTypAEnv.thy 59 additions, 29 deletionsC11-BackEnds/Clean_wrapper/src/CleanCoderTypAEnv.thy
- C11-BackEnds/Clean_wrapper/src/CleanTranslationHook.thy 192 additions, 0 deletionsC11-BackEnds/Clean_wrapper/src/CleanTranslationHook.thy
- C11-BackEnds/Clean_wrapper/src/Clean_Wrapper.thy 1 addition, 1 deletionC11-BackEnds/Clean_wrapper/src/Clean_Wrapper.thy
- C11-BackEnds/Clean_wrapper/src/compiler/Clean_Annotation.thy 48 additions, 13 deletionsC11-BackEnds/Clean_wrapper/src/compiler/Clean_Annotation.thy
- C11-FrontEnd/examples/C5.thy 100 additions, 0 deletionsC11-FrontEnd/examples/C5.thy
- C11-FrontEnd/main/C_Main.thy 2 additions, 0 deletionsC11-FrontEnd/main/C_Main.thy
- C11-FrontEnd/src/C_Ast.thy 1 addition, 1 deletionC11-FrontEnd/src/C_Ast.thy
- C11-FrontEnd/src/C_Command.thy 32 additions, 16 deletionsC11-FrontEnd/src/C_Command.thy
- C11-FrontEnd/src/C_Environment.thy 16 additions, 9 deletionsC11-FrontEnd/src/C_Environment.thy
This diff is collapsed.
This diff is collapsed.
C11-FrontEnd/examples/C5.thy
0 → 100644