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 |
|
luca9913
|
41d8e223ce
|
Fixed wrong resources path in TestCodegen
|
2023-06-26 20:24:59 +02:00 |
|
|
e1e1f3eafc
|
Insert missing case
|
2023-06-26 13:14:53 +02:00 |
|
|
9c1e016bb1
|
Merge and fix folder structure
|
2023-06-26 12:31:00 +02:00 |
|
luca9913
|
eaeb3c4106
|
Modified expected AST for Faculty according to Faculty.jav
|
2023-06-24 19:48:36 +02:00 |
|
luca9913
|
1fb431ab36
|
After merge fixes Codegen.java
|
2023-06-24 19:45:08 +02:00 |
|
luca9913
|
124313cb16
|
Merge remote-tracking branch 'origin/bigRefactoring' into patternMatching
|
2023-06-24 19:09:39 +02:00 |
|
luca9913
|
d48b888075
|
Bug fixes, TestComplete in 'syntaxtreegenerator' runs without error
|
2023-06-24 18:54:31 +02:00 |
|
|
f5aa90bdbd
|
Add Cycle class (again)
|
2023-06-23 09:40:23 +02:00 |
|
|
4bcb91ce2d
|
Refactor bounds to make the invocation smaller
|
2023-06-22 17:13:15 +02:00 |
|
|
97a1bcbbe1
|
Fix T1 & T2 refering to method signature instead of actual types
|
2023-06-22 17:13:01 +02:00 |
|
|
f32b1ee5b2
|
Fix auxiliary files not containing parent interface
|
2023-06-22 14:32:41 +02:00 |
|
|
711aa70d48
|
Update to java 20 and some refactoring
|
2023-06-22 09:34:15 +02:00 |
|
luca9913
|
168a499811
|
Set typeinfernce tests to be ignored
|
2023-06-21 21:38:58 +02:00 |
|
luca9913
|
d52fbeb1ae
|
Moved all javFiles to test/resources/javFiles and removed unused resources
|
2023-06-21 21:06:14 +02:00 |
|
luca9913
|
ce0ef10c8d
|
Added missing AST blueprint for 'syntaxtreegenerator' tests
|
2023-06-21 21:02:53 +02:00 |
|
luca9913
|
81e19f5315
|
Fixed syntaxtreegenerator to determine correct receiver of methodcall
|
2023-06-21 20:46:23 +02:00 |
|
luca9913
|
89a791b81e
|
Fixed NotImplemented for field accesses in "dottexression"
|
2023-06-21 19:56:16 +02:00 |
|
luca9913
|
2d1caf9ded
|
fix stash
|
2023-06-21 18:24:09 +02:00 |
|
luca9913
|
49b0494f36
|
Removed file to fix stashes
|
2023-06-21 18:21:59 +02:00 |
|
luca9913
|
60e2d8177b
|
fix idTest() in syntaxtreegenerator
|
2023-06-21 18:18:38 +02:00 |
|
luca9913
|
62e7a1c871
|
Bug fix and test exclusion
|
2023-06-21 10:10:32 +02:00 |
|