|
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
|
22d1be5ea4
|
Fixed expected AST for Instanceof.jav
|
2023-07-17 19:55:16 +02:00 |
|
luca9913
|
18fc82f036
|
Merge branch 'patternMatching' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into patternMatching
|
2023-07-17 19:53:16 +02:00 |
|
luca9913
|
f5b843ec11
|
Extended instanceOfTest
|
2023-07-17 19:52:30 +02:00 |
|
luca9913
|
bad5d26969
|
Extended instanceOfTest
|
2023-07-17 19:50:58 +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 |
|
pl@gohorb.ba-horb.de
|
a15cbcba7b
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-07-03 11:54:30 +02:00 |
|
pl@gohorb.ba-horb.de
|
9019d90b1e
|
Please enter the commit message for your changes. Lines starting
with '#' will be ignored, and an empty message aborts the commit.
|
2023-07-03 11:53:15 +02:00 |
|
|
d07b2bdf0a
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-07-03 10:13:59 +02:00 |
|
|
d05054755c
|
Fix bug
|
2023-07-03 10:13:01 +02:00 |
|
luca9913
|
1a89920430
|
Created AST node TypePattern and adapted test cases in TestNewFeatures
|
2023-06-28 22:52:18 +02:00 |
|
luca9913
|
54a836b734
|
Added missing version to pom.xml
|
2023-06-28 22:12:28 +02:00 |
|
luca9913
|
8b3b07e32c
|
Added test case Record(.jav) in TestNewFeatures
|
2023-06-28 22:10:08 +02:00 |
|
|
d55b402269
|
Some fixes
|
2023-06-28 14:09:24 +02:00 |
|
luca9913
|
24900b8fcc
|
Added test case for instanceof in syntaxtreegenerator
|
2023-06-27 20:25:31 +02:00 |
|
luca9913
|
2368a087c0
|
Added BoolExpression and instanceof to AST
|
2023-06-27 20:25:05 +02:00 |
|
luca9913
|
994a1571b7
|
Changed resources path in TestCodegen after merge
|
2023-06-27 19:14:28 +02:00 |
|
luca9913
|
aed1d3848b
|
Resolved last merge conflict
|
2023-06-27 18:48:18 +02:00 |
|
luca9913
|
93cf39cfe9
|
Merge branch 'bigRefactoring' into patternMatching
|
2023-06-27 18:46:57 +02:00 |
|
|
bdaf578f86
|
Fix equality
|
2023-06-27 15:48:15 +02:00 |
|
|
6079e96efa
|
Test more thoroughly and add a new infimum deletion strategy
|
2023-06-27 15:01:28 +02:00 |
|
|
bb01e78123
|
Undo that change
|
2023-06-27 09:51:07 +02:00 |
|