|
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 |
|
|
c92edeaf2a
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2024-03-07 10:44:37 +01:00 |
|
|
01e3d31f1a
|
Add Object methods to every interface, fixes #125
|
2024-03-06 14:10:57 +01:00 |
|
|
a90e9df1e8
|
Fix regression #283
|
2024-03-05 10:26:30 +01:00 |
|
pl@gohorb.ba-horb.de
|
1c1f5ae29f
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2024-03-04 19:37:40 +01:00 |
|
pl@gohorb.ba-horb.de
|
8ab5bbd831
|
modified: src/test/java/AllgemeinTest.java
|
2024-03-04 19:37:10 +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 |
|
|
9c6372c3ba
|
Thats probably important
|
2024-02-28 13:22:13 +01:00 |
|
|
688358aa33
|
Add more debug help
|
2024-02-28 13:16:32 +01:00 |
|
|
a60282414c
|
Add location information to constraints
|
2024-02-27 16:25:47 +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 |
|
|
700ea125fc
|
Throw different exception
|
2024-01-30 15:46:02 +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
|
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.
|
2023-11-08 18:28:54 +01:00 |
|
pl@gohorb.ba-horb.de
|
a3d63a0266
|
modified: ../src/main/java/de/dhbwstuttgart/core/JavaTXCompiler.java
modified: ../src/test/java/TestComplete.java
|
2023-11-08 18:10:56 +01:00 |
|
pl@gohorb.ba-horb.de
|
dcc2da85c5
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-11-07 00:13:53 +01:00 |
|
pl@gohorb.ba-horb.de
|
6f193b19ab
|
modified: src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/SyntaxTreeGenerator.java
modified: src/test/java/TestComplete.java
|
2023-11-07 00:13:43 +01:00 |
|
|
1c55954e5c
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-11-06 12:31:27 +01:00 |
|
|
ec04f01a10
|
Allow relative paths by getting the absolute file (seriously Java)
|
2023-11-06 12:30:42 +01:00 |
|
pl@gohorb.ba-horb.de
|
44f8899157
|
Merge branch 'targetBytecode' of gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-11-03 20:26:41 +01:00 |
|
pl@gohorb.ba-horb.de
|
d1a6dcbbac
|
modified: core/JavaTXCompiler.java
modified: typeinference/constraints/ConstraintSet.java
modified: typeinference/unify/TypeUnifyTask.java
|
2023-11-03 20:25:17 +01:00 |
|
pl@gohorb.ba-horb.de
|
15150fca9e
|
modified: ../../../src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java
|
2023-11-03 18:56:31 +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 |
|
|
9ad5b76542
|
Fix up bad error handling
|
2023-11-03 10:26:43 +01:00 |
|
|
3d2c699964
|
Fix up functional interface
|
2023-11-02 15:46:40 +01:00 |
|
|
f95c3c5fcf
|
Fix up method resolution
|
2023-11-02 15:25:25 +01:00 |
|
|
4654ecacaf
|
Some changes in how overload resolution works
|
2023-11-02 13:07:42 +01:00 |
|
|
1be27746e3
|
Allow Void as return type for Lambdas
|
2023-10-31 14:26:43 +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 |
|
pl@gohorb.ba-horb.de
|
c4ce97f20c
|
Anpassung zur Integration von Functional Interfaces und FunN$$-Typen
modified: src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/FCGenerator.java
modified: src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/SyntaxTreeGenerator.java
modified: src/main/java/de/dhbwstuttgart/syntaxtree/ClassOrInterface.java
modified: src/main/java/de/dhbwstuttgart/syntaxtree/Record.java
modified: src/main/java/de/dhbwstuttgart/syntaxtree/factory/ASTFactory.java
modified: src/main/java/de/dhbwstuttgart/typeinference/assumptions/FunNClass.java
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/RuleSet.java
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/interfaces/IFiniteClosure.java
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/model/FiniteClosure.java
modified: src/test/java/targetast/ASTToTypedTargetAST.java
|
2023-10-27 21:17:52 +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 |
|
|
628f1631e8
|
Allow packages
|
2023-10-18 16:54:41 +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 |
|
pl@gohorb.ba-horb.de
|
f7c53fc6c3
|
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java
Kommentar "In commit dfd91b5f8b eingefuegt" eingefuegt
|
2023-10-07 20:30:37 +02:00 |
|
pl@gohorb.ba-horb.de
|
9764ec6db1
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-10-07 07:24:59 +02:00 |
|
pl@gohorb.ba-horb.de
|
87f8b8799e
|
modified: src/test/java/AllgemeinTest.java
|
2023-10-05 15:49:09 +02:00 |
|
Vic Nightfall
|
769f1bb677
|
Progress on implementing the basic case
|
2023-09-01 18:26:01 +02:00 |
|
pl@gohorb.ba-horb.de
|
5623fdc020
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-09-01 17:20:34 +02:00 |
|
pl@gohorb.ba-horb.de
|
dfd91b5f8b
|
TESTEN OB DAS SINN MACHT
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java
modified: src/test/java/AllgemeinTest.java
|
2023-09-01 17:18:51 +02:00 |
|
|
e414da3369
|
Simple record patterns in method headers
|
2023-08-18 17:15:15 +02:00 |
|
|
5f1f698530
|
Refactor
|
2023-08-18 15:15:40 +02:00 |
|
|
729e88bc6d
|
Add test for instanceof
|
2023-08-18 11:35:01 +02:00 |
|
|
bffc7f9f1c
|
Remove TypePattern and replace it with FormalParameter
|
2023-08-17 16:25:19 +02:00 |
|
|
011b272af6
|
Fix missing constraints
|
2023-08-17 16:15:38 +02:00 |
|
|
ee359da751
|
Refactor Patterns
|
2023-08-17 15:56:16 +02:00 |
|
|
6025e17186
|
Infer String/Integer for patterns
|
2023-08-17 15:22:53 +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 |
|
|
e69a367c33
|
Add printout
|
2023-08-17 10:17:09 +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 |
|
|
be5591f7dc
|
Rename files for macos and windows
|
2023-08-15 17:17:17 +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 |
|
|
4f3164a48a
|
Allow the first patterns
|
2023-07-28 12:05:30 +02:00 |
|
|
be55d661cb
|
Add classic switch
|
2023-07-27 10:02:28 +02:00 |
|
|
3de9fde672
|
Add new target ast nodes and test cases for switch
|
2023-07-26 15:47:30 +02:00 |
|
|
a0582e918b
|
Merge
|
2023-07-25 15:06:15 +02:00 |
|
pl@gohorb.ba-horb.de
|
18429d9cf9
|
Iteration.jav Pair ausgeklammert
|
2023-07-18 11:45:17 +02:00 |
|
pl@gohorb.ba-horb.de
|
b65df7c390
|
Merge branch 'targetBytecode' of gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-07-18 11:44:43 +02:00 |
|
luca9913
|
f5b843ec11
|
Extended instanceOfTest
|
2023-07-17 19:52:30 +02:00 |
|
luca9913
|
951d741d90
|
Added test for Sealed classe and interface ASTs
|
2023-07-17 19:38:01 +02:00 |
|
luca9913
|
fe6c9858a2
|
Finalized test cases for new jav-files
|
2023-07-17 17:58:39 +02:00 |
|
luca9913
|
1df354d5f1
|
Modified InstanceOf to use Pattern
|
2023-07-17 17:49:28 +02:00 |
|
luca9913
|
6119bc92ed
|
Corrected ASTPrinter for RecordPattern
|
2023-07-15 22:05:34 +02:00 |
|
luca9913
|
e8140b3160
|
Added method stubs in visitors for new AST nodes
|
2023-07-15 21:41:50 +02:00 |
|
luca9913
|
75789e574e
|
Modified ASTPrinter to support new AST nodes for tests
|
2023-07-15 21:41:27 +02:00 |
|
luca9913
|
c0c46e197f
|
Added sealed classes to AST
|
2023-07-14 08:52:51 +02:00 |
|
pl@gohorb.ba-horb.de
|
a0e6df7cfd
|
new file: resources/AllgemeinTest/Twice2.jav
modified: src/main/java/de/dhbwstuttgart/core/JavaTXCompiler.java
modified: src/test/java/AllgemeinTest.java
|
2023-07-13 15:25:34 +02:00 |
|
luca9913
|
1643412f1b
|
Added nestedPatterns
|
2023-07-12 21:54:17 +02:00 |
|
luca9913
|
3ed6edc323
|
Added SwitchExpression to AST
|
2023-07-12 21:43:50 +02:00 |
|
luca9913
|
fa7a331a66
|
Beginning of switchExpression for AST
|
2023-07-11 22:15:35 +02:00 |
|
luca9913
|
939d402b1e
|
Changed GatherNames to add types declared inside of other types to the JavaClassRegistry
|
2023-07-07 09:24:45 +02:00 |
|
luca9913
|
492cbe48e9
|
Created RecordPattern & started development with test cases
|
2023-07-06 22:15:40 +02:00 |
|
|
a17e1f473a
|
Catch linkage error
|
2023-07-05 15:48:27 +02:00 |
|
luca9913
|
359f3e68ab
|
Added SwitchStmt including Type & GuardedPattern to AST
|
2023-07-04 15:27:29 +02:00 |
|
|
5c62191f3b
|
Consider constructors when creating class generics
|
2023-07-04 12:17:14 +02:00 |
|
|
b04201de42
|
Don't load classes that get compiled by a source file
|
2023-07-04 11:40:23 +02:00 |
|
|
d05054755c
|
Fix bug
|
2023-07-03 10:13:01 +02:00 |
|