Compare commits

..

2 Commits

Author SHA1 Message Date
Aldaron7
2d598d28e9 Erste Tests für strucTypes 2017-10-18 17:39:16 +02:00
Aldaron7
9faf25d670 Documentation anfügen 2017-10-18 14:30:31 +02:00
1421 changed files with 47131 additions and 38629 deletions

9
.gitignore vendored
View File

@@ -20,12 +20,3 @@ bin
.project
.settings/
/target/
#
manually/
logFiles/**
!logFiles/.gitkeep
src/main/java/de/dhbwstuttgart/parser/antlr/
src/main/java/de/dhbwstuttgart/sat/asp/parser/antlr/

View File

@@ -1,16 +0,0 @@
full:
mvn -DskipTests package
cp target/JavaTXcompiler-0.1-jar-with-dependencies.jar target/JavaTXcompiler-0.1-jar-with-dependencies_full.jar
NoMinMax:
mvn -DskipTests package
cp target/JavaTXcompiler-0.1-jar-with-dependencies.jar target/JavaTXcompiler-0.1-jar-with-dependencies_NoMinMax.jar
NoOpt:
mvn -DskipTests package
cp target/JavaTXcompiler-0.1-jar-with-dependencies.jar target/JavaTXcompiler-0.1-jar-with-dependencies_NoOpt.jar
NoOptParallel:
mvn -DskipTests package
cp target/JavaTXcompiler-0.1-jar-with-dependencies.jar target/JavaTXcompiler-0.1-jar-with-dependencies_NoOptParallel.jar

View File

@@ -1,11 +0,0 @@
Stand: 24.5.21
bigRefactoring: Master-Brach
targetBytecode: Neuer Codegenerator mit generated generics Daniel
bigRefactoringUnifyComment: Dokumentation Unify, Martin
bytecodeGenericsSecond: Generated Generics, Ali, Martin
inferWildcards, Wildcards, Till
master, derzeit nicht genutzt
plugin, eigemntlicher Branch fuer Plugin-Basis, derzeit nicht aktuelle (aktuelle Version in simplifyRes
simplifyRes, Basis fuer Plugin, sollte auf Plugin gemerged werden, noch keine Packages, Michael
strucTypesNew, Struturelle Typen, alte Basis, arbeite derzeit niemand

0
doc/Javadoc/allclasses-frame.html Executable file → Normal file
View File

0
doc/Javadoc/allclasses-noframe.html Executable file → Normal file
View File

0
doc/Javadoc/constant-values.html Executable file → Normal file
View File

0
doc/Javadoc/deprecated-list.html Executable file → Normal file
View File

0
doc/Javadoc/help-doc.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-1.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-10.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-11.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-12.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-13.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-14.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-15.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-16.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-17.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-18.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-19.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-2.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-20.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-21.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-22.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-23.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-24.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-3.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-4.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-5.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-6.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-7.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-8.html Executable file → Normal file
View File

0
doc/Javadoc/index-files/index-9.html Executable file → Normal file
View File

0
doc/Javadoc/index.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/MyCompiler.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/MyCompilerAPI.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/SourceFile.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/class-use/MyCompiler.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/class-use/MyCompilerAPI.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/class-use/SourceFile.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/mybytecode/Attribute.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/mybytecode/AttributeInfo.html Executable file → Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
doc/Javadoc/mycompiler/mybytecode/CPInfo.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/mybytecode/ClassFile.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/mybytecode/CodeAttribute.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/mybytecode/ExceptionTable.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/mybytecode/FieldInfo.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/mybytecode/JVMCode.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/mybytecode/Key.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/mybytecode/MethodInfo.html Executable file → Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
doc/Javadoc/mycompiler/mybytecode/class-use/Key.html Executable file → Normal file
View File

View File

0
doc/Javadoc/mycompiler/mybytecode/package-frame.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/mybytecode/package-summary.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/mybytecode/package-tree.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/mybytecode/package-use.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/Class.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/ClassBody.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/ClassDeclId.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/Constructor.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/DeclId.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/ExceptionList.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/FieldDecl.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/FormalParameter.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/InstVarDecl.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/Method.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/ParameterList.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/Status.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/UsedId.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/UserDef.html Executable file → Normal file
View File

0
doc/Javadoc/mycompiler/myclass/class-use/Class.html Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More