Joel-Flores123
|
361bae060d
|
Update README.md
|
2025-07-29 17:23:35 -05:00 |
|
Joel-Flores123
|
50b8290709
|
correct email
|
2025-07-29 10:30:18 -05:00 |
|
caandt
|
da1f44caff
|
format
|
2025-07-25 16:26:03 -05:00 |
|
caandt
|
814e99cb2d
|
cdg fallback
|
2025-07-25 16:25:53 -05:00 |
|
Joel Flores
|
a0e5f4f143
|
get rid of pdbs
|
2025-07-25 11:45:48 -05:00 |
|
Xinlong Hu
|
aa28e2f4d2
|
Update cflow.py
|
2025-07-24 18:01:37 -05:00 |
|
Xinlong Hu
|
909657ffbe
|
3.12/3.13 Loosening Generator3_12 template
|
2025-07-24 18:01:37 -05:00 |
|
Xinlong Hu
|
1278aea78f
|
3.11 Expanding NopTemplate
|
2025-07-24 18:01:37 -05:00 |
|
Xinlong Hu
|
79f715531d
|
3.12/3.13 Fixing Continue/Break test cases
|
2025-07-24 18:01:37 -05:00 |
|
Xinlong Hu
|
498e80e61e
|
3.11 TryExcept adjustments
|
2025-07-24 18:01:37 -05:00 |
|
Xinlong Hu
|
a6ae04dd2e
|
JumpTemplate
|
2025-07-24 18:01:37 -05:00 |
|
drospierski24
|
6c1bc8c539
|
IfElseLoop test cases for fixes made on 7/21
|
2025-07-24 17:51:46 -05:00 |
|
Joel Flores
|
69f28e59cb
|
add token for statement translation training
|
2025-07-24 17:50:37 -05:00 |
|
Joel Flores
|
06fffdf8c7
|
update dataset generation
|
2025-07-24 15:10:57 -05:00 |
|
Joel Flores
|
9fd60fe989
|
fix model view
|
2025-07-24 14:06:03 -05:00 |
|
caandt
|
e2522df639
|
nit
|
2025-07-21 16:55:53 -05:00 |
|
caandt
|
43147cea88
|
Merge pull request #69 from XinlongCS/cflow-refactor
Misc Improvements + Fixed IfLoops
|
2025-07-21 16:49:26 -05:00 |
|
caandt
|
a0bb51b3aa
|
Merge branch 'cflow-refactor' into cflow-refactor
|
2025-07-21 16:49:02 -05:00 |
|
caandt
|
e0cfc70147
|
format
|
2025-07-21 16:47:37 -05:00 |
|
Xinlong Hu
|
10a57851fa
|
3.12/3.13 IfElse in a loop template
|
2025-07-21 16:45:03 -05:00 |
|
Xinlong Hu
|
bae8492b09
|
Underlying issues with TryExceptElse and TryExcept
|
2025-07-21 16:45:03 -05:00 |
|
Xinlong Hu
|
7a70fa35f7
|
Duplicate JumpTemplate oops
|
2025-07-21 16:45:03 -05:00 |
|
Xinlong Hu
|
7a27938a03
|
Merge branch 'Loops/Breaks/Continues' into cflow-refactor
|
2025-07-21 16:45:03 -05:00 |
|
Xinlong Hu
|
01637976ab
|
Fixing With statement test cases
|
2025-07-21 16:45:03 -05:00 |
|
Xinlong Hu
|
288322cdca
|
JumpTemplate to allow other templates to match in versions 3.12+
|
2025-07-21 16:45:03 -05:00 |
|
Xinlong Hu
|
10df2f4b6d
|
RemoveUnreachable template
Co-Authored-By: caandt <caandt@twoha.cc>
|
2025-07-21 16:45:03 -05:00 |
|
Joel-Flores123
|
93c73b8a14
|
Merge branch 'cflow-refactor' into cflow-refactor
|
2025-07-21 16:41:07 -05:00 |
|
Xinlong Hu
|
0a36090203
|
3.12/3.13 IfElse in a loop template
|
2025-07-21 15:58:38 -05:00 |
|
Xinlong Hu
|
d32dcaadfc
|
Underlying issues with TryExceptElse and TryExcept
|
2025-07-21 15:58:13 -05:00 |
|
Xinlong Hu
|
da349c2fd7
|
Duplicate JumpTemplate oops
|
2025-07-20 17:48:53 -05:00 |
|
Xinlong Hu
|
93d8feab21
|
Merge branch 'Loops/Breaks/Continues' into cflow-refactor
|
2025-07-20 17:38:27 -05:00 |
|
Xinlong Hu
|
5ca5f36b46
|
Refining Breaks/Continues
|
2025-07-20 15:35:38 -05:00 |
|
Xinlong Hu
|
6f5c520884
|
Update Loop.py errors
|
2025-07-20 15:35:38 -05:00 |
|
Xinlong Hu
|
9ce0d4443f
|
Updated conditions for encompassed nodes
|
2025-07-20 15:35:38 -05:00 |
|
Xinlong Hu
|
96695c0eed
|
Disregard initial natural node from Break template
|
2025-07-20 15:35:38 -05:00 |
|
Xinlong Hu
|
ea94f6d43c
|
Fixed 3.6 Loops y0 y1 y2 test cases
|
2025-07-20 15:35:38 -05:00 |
|
Xinlong Hu
|
14c02432ba
|
Documentation on failing test cases
|
2025-07-20 15:35:38 -05:00 |
|
Xinlong Hu
|
70ca897103
|
Slight fixes to 3.11 While loops
|
2025-07-20 15:35:38 -05:00 |
|
Xinlong Hu
|
c342cb0038
|
Break statement
|
2025-07-20 15:35:38 -05:00 |
|
Xinlong Hu
|
12091be3a3
|
Break template
|
2025-07-20 15:35:38 -05:00 |
|
Xinlong Hu
|
bd2b0596d7
|
Start of loops
|
2025-07-20 15:35:38 -05:00 |
|
Xinlong Hu
|
baaca8572f
|
Refining Breaks/Continues
|
2025-07-20 09:20:44 -05:00 |
|
Xinlong Hu
|
eaaa6137cd
|
Update Loop.py errors
|
2025-07-18 21:14:13 -05:00 |
|
Xinlong Hu
|
4905d6966c
|
Fixing With statement test cases
|
2025-07-18 21:12:43 -05:00 |
|
Xinlong Hu
|
ecf215677e
|
JumpTemplate to allow other templates to match in versions 3.12+
|
2025-07-18 21:07:17 -05:00 |
|
Xinlong Hu
|
fb825b4468
|
RemoveUnreachable template
Co-Authored-By: caandt <caandt@twoha.cc>
|
2025-07-18 21:06:04 -05:00 |
|
Xinlong Hu
|
e884e05389
|
Updated conditions for encompassed nodes
|
2025-07-18 21:01:50 -05:00 |
|
Xinlong Hu
|
5e12db9237
|
Disregard initial natural node from Break template
|
2025-07-18 18:43:26 -05:00 |
|
Xinlong Hu
|
2b56f6685f
|
Graph fix
Co-Authored-By: caandt <caandt@twoha.cc>
|
2025-07-18 16:56:55 -05:00 |
|
Xinlong Hu
|
bafc3b7878
|
Fixed 3.6 Loops y0 y1 y2 test cases
|
2025-07-17 11:22:19 -05:00 |
|