|
01e374eadd
|
Fix #296
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 3m29s
|
2024-03-18 10:14:40 +01:00 |
|
|
a1b5c0541b
|
Fix NPE in generics, probably because interface method don't have code
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 2m55s
|
2024-03-15 17:14:27 +01:00 |
|
|
ebd6a00a39
|
Fix the rest of the test cases
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 2m50s
|
2024-03-14 14:38:02 +01:00 |
|
|
f9188e65ca
|
Public all the things
|
2024-03-14 13:50:56 +01:00 |
|
|
e354838491
|
Use wildcard constraint in foreach, fixes #291 and hopefully doesn't break anything
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 2m45s
|
2024-03-14 10:23:19 +01:00 |
|
|
e17f08263e
|
Fix <?> Wildcard not working in STG, fixes #287
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 2m23s
|
2024-03-13 11:42:32 +01:00 |
|
|
2cb84f9e2b
|
Ignore annotations in STG, fix #288
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 2m33s
|
2024-03-13 11:29:17 +01:00 |
|
|
83ae05ea4a
|
Fix #289
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 3m13s
|
2024-03-13 11:21:00 +01:00 |
|
|
26452eb5de
|
Fix #286
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 3m19s
|
2024-03-11 16:16:10 +01:00 |
|
|
65a71ebe0c
|
Add test for #285 and partially fix it
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
|
2024-03-08 14:00:52 +01:00 |
|
|
1877d7f170
|
Add test for #112
|
2024-03-04 12:19:56 +01:00 |
|
|
388614b220
|
Add testcase for LamRunnable
|
2024-03-04 12:00:29 +01:00 |
|
|
f2e43f180c
|
Add test for issue #125
|
2024-03-04 11:51:28 +01:00 |
|
|
59585296b0
|
Fix single expressions not converting to blocks. Fixes #123
|
2024-03-04 11:30:36 +01:00 |
|
|
f11d4b0716
|
Fix for loop overflowing the stack. Fixes #122
|
2024-03-04 10:58:26 +01:00 |
|
|
584690596e
|
Add filename to debug output, closes #126
|
2024-03-01 17:34:40 +01:00 |
|
|
75b9020cf9
|
Fix up Character
|
2024-02-26 15:02:15 +01:00 |
|
|
e88d4428c5
|
Fix constructor overloads getting picked with the wrong arity
|
2024-02-05 15:24:06 +01:00 |
|
|
dcfafe5995
|
Fix null literal
|
2024-02-05 14:46:00 +01:00 |
|
|
a035589647
|
Implement throw
|
2024-02-01 11:58:08 +01:00 |
|
|
9da763b361
|
Add instanceof
|
2024-01-31 17:27:18 +01:00 |
|
|
f18903834e
|
Fix super calls
|
2024-01-23 14:00:42 +01:00 |
|
|
b80cc726c8
|
Add ForEach loop
|
2024-01-19 16:29:59 +01:00 |
|
pl@gohorb.ba-horb.de
|
78a2fddc21
|
modified: ../../../../../resources/bytecode/javFiles/Cycle.class
|
2023-11-03 20:30:22 +01:00 |
|
pl@gohorb.ba-horb.de
|
fba7f0ee81
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-11-03 18:42:09 +01:00 |
|
pl@gohorb.ba-horb.de
|
e0da2a4c46
|
modified: Cycle.class
modified: LambdaRunnable.jav
modified: ../../../src/test/java/TestComplete.java
|
2023-11-03 18:41:17 +01:00 |
|
|
f588ece7c3
|
Fix up runnable
|
2023-11-03 15:45:14 +01:00 |
|
|
4654ecacaf
|
Some changes in how overload resolution works
|
2023-11-02 13:07:42 +01:00 |
|
pl@gohorb.ba-horb.de
|
c51190feef
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-10-27 21:19:30 +02:00 |
|
|
837317c84c
|
Make System.out.println work
|
2023-10-27 15:28:46 +02:00 |
|
pl@gohorb.ba-horb.de
|
df852ef36e
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-10-27 14:33:21 +02:00 |
|
pl@gohorb.ba-horb.de
|
c00722823a
|
Functional Interfaces und Funn&&-Typen integriert.
modified: resources/bytecode/javFiles/LambdaRunnable.jav
modified: src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/FCGenerator.java
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/RuleSet.java
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/interfaces/IFiniteClosure.java
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/interfaces/IRuleSet.java
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/model/FiniteClosure.java
modified: src/test/java/TestComplete.java
|
2023-10-27 14:29:27 +02:00 |
|
|
e31f1c59e1
|
Examples
|
2023-10-27 14:27:47 +02:00 |
|
|
5d0d7a6d94
|
Translate for loop
|
2023-10-24 17:34:06 +02:00 |
|
|
b372c6ac1c
|
More work on static, references to other classes
|
2023-10-24 15:17:13 +02:00 |
|
|
124dea2e58
|
Static blocks (might be needed for something)
|
2023-10-24 12:05:19 +02:00 |
|
|
eaef00ff54
|
Static but no static blocks yet
|
2023-10-23 16:44:12 +02:00 |
|
|
892ba5fff0
|
Add interfaces
|
2023-10-19 17:02:22 +02:00 |
|
|
f10e7e6d72
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-10-17 12:27:52 +02:00 |
|
|
700ecf3e5d
|
Changes from weeks ago, needs review
|
2023-10-17 12:26:40 +02:00 |
|
Vic Nightfall
|
769f1bb677
|
Progress on implementing the basic case
|
2023-09-01 18:26:01 +02:00 |
|
Vic Nightfall
|
3c43978c55
|
Less general type
|
2023-09-01 12:51:06 +02:00 |
|
Vic Nightfall
|
fb7b51a971
|
Point out what the goal translation is
|
2023-09-01 12:34:43 +02:00 |
|
|
e414da3369
|
Simple record patterns in method headers
|
2023-08-18 17:15:15 +02:00 |
|
|
729e88bc6d
|
Add test for instanceof
|
2023-08-18 11:35:01 +02:00 |
|
|
93d7aca9e6
|
Switch on Strings
|
2023-08-17 14:23:19 +02:00 |
|
|
677c784b6d
|
Allow single expressions in switch expression
|
2023-08-17 13:26:30 +02:00 |
|
|
14d0475d59
|
Type inference for switch
|
2023-08-17 09:27:24 +02:00 |
|
|
762d344e42
|
Make switches work with set types
|
2023-08-16 17:13:28 +02:00 |
|
|
7193f5a646
|
Workaround for eclipse
|
2023-08-15 16:52:54 +02:00 |
|
|
f46c2ad0f7
|
New test case
|
2023-08-01 14:02:19 +02:00 |
|
|
b0f7a264c2
|
Implement records
|
2023-07-31 15:11:35 +02:00 |
|
|
a0582e918b
|
Merge
|
2023-07-25 15:06:15 +02:00 |
|
|
5c62191f3b
|
Consider constructors when creating class generics
|
2023-07-04 12:17:14 +02:00 |
|
|
9c1e016bb1
|
Merge and fix folder structure
|
2023-06-26 12:31:00 +02:00 |
|
|
f5aa90bdbd
|
Add Cycle class (again)
|
2023-06-23 09:40:23 +02:00 |
|
|
711aa70d48
|
Update to java 20 and some refactoring
|
2023-06-22 09:34:15 +02:00 |
|
|
ecc5dfcef6
|
Add class file
|
2023-06-06 16:35:42 +02:00 |
|
luca9913
|
63c5cb8390
|
Moved test resources to src/test and refactored tests
|
2023-06-05 09:28:55 +02:00 |
|
|
337ff8b865
|
Fix incorrect signatures
|
2023-05-24 16:51:53 +02:00 |
|
|
67a582b4a2
|
Flatten generic function types
|
2023-05-24 13:53:23 +02:00 |
|
Victorious3
|
85a904d288
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-04-27 18:46:33 +02:00 |
|
Victorious3
|
af4db1817a
|
Add test and fix up the generics a bit
|
2023-04-19 19:08:52 +02:00 |
|
pl@gohorb.ba-horb.de
|
e5ff08e0df
|
modified: resources/bytecode/javFiles/Scalar.jav
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/RuleSet.java
? extends ty <! Ty' im erase1 korrigiert
|
2023-04-14 15:12:43 +02:00 |
|
pl@gohorb.ba-horb.de
|
f6a4fe8142
|
modified: resources/bytecode/javFiles/Scalar.jav
|
2023-04-04 16:00:54 +02:00 |
|
pl@gohorb.ba-horb.de
|
f6fe3a68aa
|
new file: resources/bytecode/javFiles/Scalar.jav
|
2023-04-04 15:54:41 +02:00 |
|
pl@gohorb.ba-horb.de
|
86d229cac9
|
modified: resources/bytecode/javFiles/Matrix.jav
modified: src/main/java/de/dhbwstuttgart/typeinference/typeAlgo/TYPEStmt.java
modified: src/test/java/targetast/TestComplete.java
|
2023-04-04 15:54:03 +02:00 |
|
Victorious3
|
04b509613f
|
Add test and fix constructors return value being used
|
2023-03-08 14:59:40 +01:00 |
|
pl@gohorb.ba-horb.de
|
ba66f29fba
|
modified: ../../../../resources/bytecode/javFiles/OLFun.jav
|
2023-03-01 16:08:42 +01:00 |
|
Victorious3
|
ffdedd4f99
|
Add OL tests
|
2023-03-01 15:55:15 +01:00 |
|
Victorious3
|
69bdb4aa5b
|
Consider environment of type variables in method call
|
2023-01-23 13:56:21 +01:00 |
|
Victorious3
|
db089bea60
|
Forgot x here
|
2023-01-17 16:05:15 +01:00 |
|
Victorious3
|
abe7553c37
|
Add missing object bounds
|
2023-01-17 15:57:41 +01:00 |
|
Victorious3
|
d9bb0037b8
|
Improve genericcs tests
|
2023-01-17 11:58:59 +01:00 |
|
Victorious3
|
7aa7f94110
|
Add user defined generics to methods
|
2023-01-10 16:06:57 +01:00 |
|
Vic Nightfall
|
96ffc12ebc
|
Merge with bigRefactoring
|
2023-01-04 16:07:48 +01:00 |
|
pl@gohorb.ba-horb.de
|
7d50ddab51
|
Merge branch 'bigRefactoring' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into bigRefactoring
|
2022-12-05 17:23:06 +01:00 |
|
pl@gohorb.ba-horb.de
|
9310882a28
|
modified: resources/bytecode/javFiles/VectorAdd.jav
|
2022-12-05 17:22:35 +01:00 |
|
Andreas Stadelmeier
|
b41680dc84
|
Merge with targetBytecode, Set language level to Java 19 + preview-features
|
2022-11-28 13:38:31 +01:00 |
|
pl@gohorb.ba-horb.de
|
291fee12db
|
new file: ../../AllgemeinTest/VectorConstAdd.jav
modified: ../../bytecode/javFiles/VectorAdd.jav
new file: ../../../src/test/java/AllgemeinTest.java
wieder hergestellt.
|
2022-11-21 23:51:06 +01:00 |
|
pl@gohorb.ba-horb.de
|
462d791712
|
Merge branch 'bigRefactoring' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into bigRefactoring
|
2022-11-15 16:59:32 +01:00 |
|
Andreas Stadelmeier
|
00c8f41671
|
Change pom.xml: Clean up, Set java version to 17, Antlr4 plugin uses standard source directory. Project changes: move /test/resources to /resources
|
2022-11-15 16:21:09 +01:00 |
|