luca9913
78ad7bc003
Fixed bugs in StatementGenerator regarding constructor generation and field accesses
2023-06-09 17:26:55 +02:00
luca9913
f08744479a
Started test driven bug fixing for SyntaxTreeGenerator
2023-06-07 22:24:16 +02:00
luca9913
eb5cf1ab33
StackOverflow fix switchexpression
2023-06-03 17:54:37 +02:00
luca9913
a54938cb65
bug fix empty param list
2023-06-01 21:18:08 +02:00
luca9913
30a62a6621
bug fix VectorNotObject test
2023-06-01 20:59:16 +02:00
luca9913
52b7040337
Break statement in AST eingefügt
2023-04-01 16:27:55 +02:00
luca9913
4986fd0f31
Merge branch 'bigRefactoring' into patternMatching
2023-04-01 15:41:36 +02:00
luca9913
dc8578632c
Records in AST aufgenommen
2023-04-01 15:40:12 +02:00
luca9913
9a780127c0
Grammatik um recordPattern erweitert
2023-03-24 04:44:52 +01:00
luca9913
b1b7c23166
Switch statement in GatherNames für verschieden Deklarations-Typen
2023-03-22 18:41:59 +01:00
luca9913
1ab0f42fd1
Bug fixes für GeneralParserTest und Mehrfachaufrufe des Parsers entfernt
2023-03-20 22:07:47 +01:00
Andreas Stadelmeier
856d343ed3
Consider public and standard constructors ones
2023-03-20 19:09:47 +01:00
Andreas Stadelmeier
2c7037708b
Merge branch 'bigRefactoring' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into bigRefactoring
2023-03-20 18:26:47 +01:00
luca9913
78a898db37
Bug fixes für Tests in 'parser'
2023-03-20 03:03:37 +01:00
Andreas Stadelmeier
aeb4b18069
delete old parser files
2023-03-15 19:26:23 +01:00
Andreas Stadelmeier
79c82c122a
fix for new-Statement generation. Change FieldInitialization Test
2023-03-15 19:25:35 +01:00
luca9913
d6c22a60bc
'Illegal fallthrough' entfernt
2023-03-15 18:44:00 +01:00
luca9913
a8012a3ea6
'Illegal fallthrough' entfernt
2023-03-15 18:41:04 +01:00
luca9913
31ee90b3ff
Umwandlung von Interfaces implementiert
2023-03-15 05:14:43 +01:00
luca9913
96d19efa5d
Umwandlung von Konstruktoren in eigener Methode
2023-03-12 21:50:53 +01:00
luca9913
1919e34eed
Debugging komplett für test parser/AntlrTest.jav
2023-03-10 20:30:15 +01:00
luca9913
043dda660b
Fehler im neuen SyntaxTreeGenerator beseitigt und TODOs eingefügt
2023-03-10 07:48:38 +01:00
luca9913
8c6a614157
Merge remote-tracking branch 'origin/bigRefactoring' into patternMatching
2023-03-08 06:42:08 +01:00
luca9913
09cc88062e
StatementGenerator fertiggestellt
2023-03-08 06:35:55 +01:00
Victorious3
3eebfdc9d9
Fix POP2 not being called for double and long!
2023-03-01 16:33:03 +01:00
Victorious3
ffdedd4f99
Add OL tests
2023-03-01 15:55:15 +01:00
Victorious3
9500deaf3d
Remove debug printout
2023-03-01 15:30:20 +01:00
Victorious3
11eb03cdf0
Split up equality
2023-03-01 14:55:13 +01:00
Victorious3
3de89a5cfa
Object as default bound
2023-03-01 12:02:01 +01:00
Victorious3
c0348ed304
txGenerics
2023-03-01 11:23:00 +01:00
Victorious3
1ad4cfcb21
Let lambda functions use Object instead of generic parameters
2023-03-01 10:49:03 +01:00
Victorious3
374d2e811b
Generate attribute for JavaTX
2023-03-01 10:27:19 +01:00
luca9913
d362858184
Umbau des StatementGenerators fortgeführt
2023-03-01 06:49:59 +01:00
luca9913
c118c05bb2
Umwandlung von Methodenaufrufen implementiert
2023-02-26 21:04:51 +01:00
Victorious3
68034ed434
Fix FunNGenerator
2023-02-23 18:52:29 +01:00
luca9913
aa5f79257e
Antlr labels für ExpressionContext eingeführt, um StatementGenerator weiterzuentwickeln
2023-02-22 22:43:25 +01:00
Victorious3
a92172c9da
Start working on a JavaTX signature attribute
2023-02-21 14:05:21 +01:00
Victorious3
24bbce8265
Fix test cases for new inputs
2023-02-21 14:04:53 +01:00
Victorious3
84a5ed2cc3
Fix inner type variables
2023-02-21 11:31:28 +01:00
Victorious3
b58b6c2288
Fixes for TPH4
2023-02-21 10:28:00 +01:00
Victorious3
99c46bf37f
Fix console interface
2023-02-14 11:36:08 +01:00
luca9913
c38bf658fc
Anpassung Statementexpression an Java17-Grammatik begonnen
2023-02-13 08:16:16 +01:00
luca9913
0e981ce95c
convert(StatementContext) Implementierung fortgesetzt
2023-02-12 07:51:31 +01:00
Vic Nightfall
29f654279b
Fix codegen a bit, and add missing constraints
2023-02-10 14:54:44 +01:00
pl@gohorb.ba-horb.de
239698c8d6
modified: src/main/java/de/dhbwstuttgart/core/JavaTXCompiler.java
...
modified: src/main/java/de/dhbwstuttgart/typeinference/typeAlgo/TYPE.java
modified: src/main/java/de/dhbwstuttgart/typeinference/typeAlgo/TYPEStmt.java
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java
etwas aufgeraeumt
2023-02-08 17:39:45 +01:00
pl@gohorb.ba-horb.de
4074273ecb
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode
2023-02-08 16:53:30 +01:00
pl@gohorb.ba-horb.de
2d117e24cf
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnify2Task.java
...
modified: src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java
methodsignature so eingerichtet, dass die Constraints erst am Ende hinzugefuegt werden.
2023-02-08 16:52:23 +01:00
Victorious3
1c2e868589
Fix removing inner type variables
2023-02-07 12:22:37 +01:00
luca9913
40d0d6b63e
TypeGenerator für Java17 Grammatik angepasst
2023-02-05 09:16:59 +01:00
luca9913
a77970b5e7
TypeGenerator für Rework vorbereitet
2023-02-03 07:58:06 +01:00