Commit graph

132 commits

Author SHA1 Message Date
jeffcheasey88
90ec4ae478 [Complete tests] Annotation on class & add parse(String) in Tokenizer 2024-02-01 17:35:18 +01:00
jeffcheasey88
ad22bc03c5 [Complete tests] Class,Interface,Enum normal, extends, implements 2024-01-03 16:44:08 +01:00
jeffcheasey88
9ca80258a1 [Complete tests] base classes 2024-01-03 16:18:39 +01:00
jeffcheasey88
baa7e4dd9e [Complete tests] Base 2024-01-03 16:11:26 +01:00
jeffcheasey88
f4caa735b2 Write builder cache in file 2023-11-21 09:55:53 +01:00
jeffcheasey88
34b7419af9 [AST] Lambdas 2023-11-14 08:19:56 +01:00
jeffcheasey88
d402407ae2 [AST] Method call in separate values 2023-11-09 10:13:38 +01:00
jeffcheasey88
b78ef3213e MethodCall with generic type 2023-11-08 22:55:35 +01:00
jeffcheasey88
9b87621a35 [AST] MethodCall, new Instance, Lambda, fix left&right values 2023-11-08 14:49:23 +01:00
jeffcheasey88
3f4d824b33 Move annotation in an abstract class + add 2 AST Methiods [findAnnotation, hasAnnotation] 2023-11-07 11:58:15 +01:00
jeffcheasey88
9137136ef7 Add Throw, Continue, Break, If and Synchronized operations 2023-11-07 09:22:58 +01:00
jeffcheasey88
d319163f60 je sais plus ce que j'ai édit? 2023-11-06 15:12:29 +01:00
jeffcheasey88
c768eb2c63 ReturnOperation in parent 2023-11-06 14:55:48 +01:00
jeffcheasey88
6b1ce3a1f4 Char as TokenType 2023-11-06 14:42:22 +01:00
jeffcheasey88
d93c8c0f93 AST findAll....with recursivity............. 2023-11-06 11:36:13 +01:00
jeffcheasey88
33cb38b9ba Base AST for enumeration & annotation class + findAll method for AST 2023-11-06 11:07:15 +01:00
jeffcheasey88
4a8588968c Rename package + builder 2023-10-26 08:22:03 +02:00
jeffcheasey88
2c3400e776 [Builder] base rebuild 2023-10-24 10:29:35 +02:00
jeffcheasey88
3844a6cf06 [AST] add getters 2023-10-21 11:59:20 +02:00
jeffcheasey88
90007dc0d2 Fix nullpointer in ast finder 2023-10-18 14:39:29 +02:00
jeffcheasey88
aab4cd5fd8 Refractor Annotation buffer 2023-10-18 14:22:46 +02:00
jeffcheasey88
4445a76672 Fix array calling after method call 2023-10-18 08:07:30 +02:00
jeffcheasey88
e405d8e380 [AST] operation search 2023-10-17 04:01:53 +02:00
jeffcheasey88
035ff99edf [AST] Base search 2023-10-17 03:49:42 +02:00
jeffcheasey88
4cd54b738f String in tokenizer 2023-10-15 16:18:37 +02:00
jeffcheasey88
dd2854f34b re-set array in type 2023-10-15 15:42:55 +02:00
jeffcheasey88
111eecd929 Little fixes 2023-10-15 11:40:14 +02:00
jeffcheasey88
71f0c46b00 [Build] Take package & imports 2023-10-14 11:42:00 +02:00
jeffcheasey88
12d9f5b6cd [Build] base class 2023-10-13 15:27:20 +02:00
jeffcheasey88
939d07108c [Build] Base Operations 2023-09-18 14:01:12 +02:00
jeffcheasey88
74a1f3be08 [Build] Base Operation 2023-09-18 09:02:35 +02:00
jeffcheasey88
1f5b3fbca1 [Build] Variable 2023-09-12 23:52:11 +02:00
jeffcheasey88
5efbec8c2f [Build] Annotation 2023-09-12 22:08:46 +02:00
jeffcheasey88
a6f90a2c3e [Build] Values 2023-09-12 21:40:44 +02:00
jeffcheasey88
9ad002d6db [Build] function moved in main parser 2023-09-12 17:55:08 +02:00
jeffcheasey88
5394d21552 [Build] Function (signature) 2023-09-12 17:44:44 +02:00
jeffcheasey88
18c2d0cfa1 [Build] Base model 2023-09-12 17:25:39 +02:00
jeffcheasey88
e0b498fa93 [Build] Base Function 2023-09-12 17:09:17 +02:00
jeffcheasey88
dccdcaf022 [Build] Type 2023-09-12 00:14:45 +02:00
jeffcheasey88
e2b62bb58e [Build] Modifier 2023-09-11 23:59:31 +02:00
jeffcheasey88
e7eb6a0f53 Pause of synthaxe 2023-09-11 23:45:26 +02:00
jeffcheasey88
efd96c26c3 Pass into multiple workspace 2023-09-11 17:23:33 +02:00
jeffcheasey88
e328dd12eb AutoTest -> 99.37% 2023-09-11 15:40:54 +02:00
jeffcheasey88
ff27fd1d79 AutoTest -> 98.06% 2023-09-11 00:54:16 +02:00
jeffcheasey88
2740382354 and foreach... 2023-09-10 18:33:57 +02:00
jeffcheasey88
ae4e74874c all tests 2023-09-10 18:29:52 +02:00
jeffcheasey88
db8f4b22e8 for(;value;) 2023-09-10 18:24:47 +02:00
jeffcheasey88
2f24b09833 for(int i;;) & for(int i =0,j;;) 2023-09-10 18:23:39 +02:00
jeffcheasey88
76fbcb0626 for(int i=4;;) & for(int i=4,j=3;;) 2023-09-10 18:22:53 +02:00
jeffcheasey88
6ef6b9c11e for(i=4,j=3;;) 2023-09-10 18:21:31 +02:00