Commit Graph

  • 6247416e6c newest state targetBytecode julian 2024-04-27 17:37:15 +0200
  • 514a504f0f little progress julian 2024-04-22 22:13:21 +0200
  • e9722e595c little progress julian 2024-04-22 22:12:55 +0200
  • cb7c81c41b newest state. something wrong with calling java-tx with multiple files julian 2024-04-22 01:06:03 +0200
  • 51b676a98a update compile.sh to use old state, because multiple source files at once very slow/not working julian 2024-04-10 14:43:09 +0200
  • 18728712d3 newest compiler versions state julian 2024-04-10 14:41:05 +0200
  • 9ec4d59f24 newest state julian 2024-04-02 23:45:56 +0200
  • 5d65f007bd add new compiler versions julian 2024-04-02 23:44:41 +0200
  • 228b2b1596 update compile.sh to work on macos (hopefully) julian 2024-03-16 17:27:12 +0100
  • 5bee05ac43 update files to match newest version julian 2024-03-16 17:16:23 +0100
  • 518a09b00f update compile.sh julian 2024-03-16 17:14:51 +0100
  • c8a043219e add most recent jars julian 2024-03-15 20:22:29 +0100
  • 24bcdf9dd8 update compile.sh to use relative paths julian 2024-03-15 20:16:26 +0100
  • 2b767f1f4f replace makefile (which never worked very well) with custom bash script to generate class files and rollback some migrations to .jav which broke code julian 2024-03-15 19:59:58 +0100
  • 427e568ff8 trying to get more jav files working julian 2024-03-13 19:27:01 +0100
  • a6558ae7b5 progress converting some files to jav and newest jtx-compiler jars julian 2024-03-12 20:05:26 +0100
  • 2309bf4511 add new version of javatx compiler Julian 2024-02-08 13:04:34 +0100
  • abbd9cdcd9 update src files to be up to date Julian 2024-02-06 10:04:32 +0100
  • cdd4afb986 let makefile automatically create destination dir if not existent Julian 2024-02-06 09:48:24 +0100
  • 6897e13c43 changed structure for better debugging julian 2024-02-02 13:06:37 +0100
  • ceae302fa6 add antlr files julian 2024-01-25 11:16:25 +0100
  • 175023607e add current compiler versions julian 2024-01-25 11:15:27 +0100
  • 1e8444d5ff trying to add more classes, currently failing julian 2024-01-25 11:05:51 +0100
  • e0775b463a added dependencies julian 2024-01-11 14:23:16 +0100
  • c9f125941d makefile is hopefully working now and able to compile projects with .java and .jav files julian 2023-12-12 17:39:04 +0100
  • f093edb74f trying to also compile .jav files, not running yet julian 2023-11-23 17:08:47 +0100
  • 8ea459fcd7 added makefile that can compile all .java files and maintain the package structure julian 2023-11-23 16:20:44 +0100
  • a84d1ffdd7 modified: ../src/main/java/de/dhbwstuttgart/core/JavaTXCompiler.java Resultmodell aktiviert modified: ../src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java a < void und void < a => a = void. pl@gohorb.ba-horb.de 2023-11-08 18:28:54 +0100
  • a3d63a0266 modified: ../src/main/java/de/dhbwstuttgart/core/JavaTXCompiler.java modified: ../src/test/java/TestComplete.java pl@gohorb.ba-horb.de 2023-11-08 18:10:56 +0100
  • dcc2da85c5 Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-11-07 00:13:53 +0100
  • 6f193b19ab modified: src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/SyntaxTreeGenerator.java modified: src/test/java/TestComplete.java pl@gohorb.ba-horb.de 2023-11-07 00:13:43 +0100
  • 1c55954e5c Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode Daniel Holle 2023-11-06 12:31:27 +0100
  • ec04f01a10 Allow relative paths by getting the absolute file (seriously Java) Daniel Holle 2023-11-06 12:30:42 +0100
  • 78a2fddc21 modified: ../../../../../resources/bytecode/javFiles/Cycle.class pl@gohorb.ba-horb.de 2023-11-03 20:30:22 +0100
  • 44f8899157 Merge branch 'targetBytecode' of gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-11-03 20:26:41 +0100
  • d1a6dcbbac modified: core/JavaTXCompiler.java modified: typeinference/constraints/ConstraintSet.java modified: typeinference/unify/TypeUnifyTask.java pl@gohorb.ba-horb.de 2023-11-03 20:25:17 +0100
  • 15150fca9e modified: ../../../src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java pl@gohorb.ba-horb.de 2023-11-03 18:56:31 +0100
  • fba7f0ee81 Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-11-03 18:42:09 +0100
  • e0da2a4c46 modified: Cycle.class modified: LambdaRunnable.jav modified: ../../../src/test/java/TestComplete.java pl@gohorb.ba-horb.de 2023-11-03 18:41:17 +0100
  • f588ece7c3 Fix up runnable Daniel Holle 2023-11-03 15:45:14 +0100
  • 9ad5b76542 Fix up bad error handling Daniel Holle 2023-11-03 10:26:43 +0100
  • 3d2c699964 Fix up functional interface Daniel Holle 2023-11-02 15:46:40 +0100
  • f95c3c5fcf Fix up method resolution Daniel Holle 2023-11-02 15:25:25 +0100
  • 4654ecacaf Some changes in how overload resolution works Daniel Holle 2023-11-02 13:07:42 +0100
  • 1be27746e3 Allow Void as return type for Lambdas Daniel Holle 2023-10-31 14:26:43 +0100
  • c51190feef Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-10-27 21:19:30 +0200
  • c4ce97f20c Anpassung zur Integration von Functional Interfaces und FunN$$-Typen pl@gohorb.ba-horb.de 2023-10-27 21:17:52 +0200
  • 837317c84c Make System.out.println work Daniel Holle 2023-10-27 15:28:46 +0200
  • df852ef36e Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-10-27 14:33:21 +0200
  • c00722823a Functional Interfaces und Funn&&-Typen integriert. pl@gohorb.ba-horb.de 2023-10-27 14:29:27 +0200
  • e31f1c59e1 Examples Daniel Holle 2023-10-27 14:27:47 +0200
  • 5d0d7a6d94 Translate for loop Daniel Holle 2023-10-24 17:34:06 +0200
  • b372c6ac1c More work on static, references to other classes Daniel Holle 2023-10-24 15:17:13 +0200
  • 124dea2e58 Static blocks (might be needed for something) Daniel Holle 2023-10-24 12:05:19 +0200
  • eaef00ff54 Static but no static blocks yet Daniel Holle 2023-10-23 16:44:12 +0200
  • 892ba5fff0 Add interfaces Daniel Holle 2023-10-19 17:02:22 +0200
  • 628f1631e8 Allow packages Daniel Holle 2023-10-18 16:54:41 +0200
  • 0b815950e1 Remove empty files Daniel Holle 2023-10-17 12:31:29 +0200
  • f10e7e6d72 Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode Daniel Holle 2023-10-17 12:27:52 +0200
  • 700ecf3e5d Changes from weeks ago, needs review Daniel Holle 2023-10-17 12:26:40 +0200
  • f7c53fc6c3 modified: src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java Kommentar "In commit dfd91b5f8b eingefuegt" eingefuegt pl@gohorb.ba-horb.de 2023-10-07 20:30:37 +0200
  • 9764ec6db1 Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-10-07 07:24:59 +0200
  • b21faa30fc new file: S2023_Luca_Trumpfheller.pdf pl@gohorb.ba-horb.de 2023-10-05 15:52:48 +0200
  • 87f8b8799e modified: src/test/java/AllgemeinTest.java pl@gohorb.ba-horb.de 2023-10-05 15:49:09 +0200
  • 769f1bb677 Progress on implementing the basic case Vic Nightfall 2023-09-01 18:26:01 +0200
  • 5623fdc020 Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-09-01 17:20:34 +0200
  • dfd91b5f8b TESTEN OB DAS SINN MACHT modified: src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java modified: src/test/java/AllgemeinTest.java pl@gohorb.ba-horb.de 2023-09-01 17:18:51 +0200
  • 3c43978c55 Less general type Vic Nightfall 2023-09-01 12:51:06 +0200
  • fb7b51a971 Point out what the goal translation is Vic Nightfall 2023-09-01 12:34:43 +0200
  • 56c360104b TripleTest Daniel Holle 2023-08-30 11:28:17 +0200
  • e414da3369 Simple record patterns in method headers Daniel Holle 2023-08-18 17:15:15 +0200
  • 5f1f698530 Refactor Daniel Holle 2023-08-18 15:15:40 +0200
  • 729e88bc6d Add test for instanceof Daniel Holle 2023-08-18 11:35:01 +0200
  • bffc7f9f1c Remove TypePattern and replace it with FormalParameter Daniel Holle 2023-08-17 16:25:19 +0200
  • 011b272af6 Fix missing constraints Daniel Holle 2023-08-17 16:15:38 +0200
  • ee359da751 Refactor Patterns Daniel Holle 2023-08-17 15:56:16 +0200
  • 6025e17186 Infer String/Integer for patterns Daniel Holle 2023-08-17 15:22:53 +0200
  • 93d7aca9e6 Switch on Strings Daniel Holle 2023-08-17 14:23:19 +0200
  • 677c784b6d Allow single expressions in switch expression Daniel Holle 2023-08-17 13:26:30 +0200
  • e69a367c33 Add printout Daniel Holle 2023-08-17 10:17:09 +0200
  • 14d0475d59 Type inference for switch Daniel Holle 2023-08-17 09:27:24 +0200
  • 762d344e42 Make switches work with set types Daniel Holle 2023-08-16 17:13:28 +0200
  • be5591f7dc Rename files for macos and windows Daniel Holle 2023-08-15 17:17:03 +0200
  • 7193f5a646 Workaround for eclipse Daniel Holle 2023-08-15 16:52:54 +0200
  • f46c2ad0f7 New test case Daniel Holle 2023-08-01 14:02:19 +0200
  • b0f7a264c2 Implement records Daniel Holle 2023-07-31 15:11:35 +0200
  • 4f3164a48a Allow the first patterns Daniel Holle 2023-07-28 12:04:14 +0200
  • be55d661cb Add classic switch Daniel Holle 2023-07-27 10:02:28 +0200
  • 3de9fde672 Add new target ast nodes and test cases for switch Daniel Holle 2023-07-26 15:47:30 +0200
  • a0582e918b Merge Daniel Holle 2023-07-25 15:06:15 +0200
  • 18429d9cf9 Iteration.jav Pair ausgeklammert pl@gohorb.ba-horb.de 2023-07-18 11:45:17 +0200
  • b65df7c390 Merge branch 'targetBytecode' of gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-07-18 11:44:43 +0200
  • 22d1be5ea4 Fixed expected AST for Instanceof.jav patternMatching luca9913 2023-07-17 19:55:16 +0200
  • 18fc82f036 Merge branch 'patternMatching' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into patternMatching luca9913 2023-07-17 19:53:16 +0200
  • f5b843ec11 Extended instanceOfTest luca9913 2023-07-17 19:50:58 +0200
  • bad5d26969 Extended instanceOfTest luca9913 2023-07-17 19:50:58 +0200
  • 951d741d90 Added test for Sealed classe and interface ASTs luca9913 2023-07-17 19:38:01 +0200
  • fe6c9858a2 Finalized test cases for new jav-files luca9913 2023-07-17 17:58:39 +0200
  • 1df354d5f1 Modified InstanceOf to use Pattern luca9913 2023-07-17 17:49:28 +0200
  • 6119bc92ed Corrected ASTPrinter for RecordPattern luca9913 2023-07-15 22:05:34 +0200