Commit graph

14 commits

Author SHA1 Message Date
ce7a660c00 Fixed bug in capturing python execution
Python execution requires the if __name__ == "__main__": so I added that to the codegen

Took 8 minutes
2023-11-20 20:40:25 -07:00
d211131c4e IT'S ALIIIIIIIIVE
Took 1 hour 15 minutes
2023-11-20 20:28:55 -07:00
05c8f92683 Added tests 2023-11-20 18:52:14 -07:00
04675a01d6 Fixed anti-parsing errors in python
Took 1 hour 2 minutes
2023-11-19 20:49:25 -07:00
4ee1770092 Fixed error that when assignments fail they still leave their tag
Took 39 minutes
2023-11-19 16:52:14 -07:00
5e5d6aeba9 Fixed generation bug where no op would be generated
Took 54 minutes
2023-11-19 16:13:08 -07:00
e6c71b70a8 Tested refactor and implemented the python unparser
Took 38 minutes
2023-11-19 15:19:27 -07:00
64a92871d9 Extracted the unparser logic to a superclass
Took 1 hour 1 minute
2023-11-19 14:40:57 -07:00
d3460d5c0a initial python unparsing
Took 31 minutes
2023-11-19 11:40:07 -07:00
eb8a47a5f1 Modified Unparsing Style
Took 30 minutes
2023-11-19 11:05:52 -07:00
ac146b4595 MVP setup and (sort of) working
Took 1 hour 58 minutes
2023-11-18 20:13:15 -07:00
f911c05e3d Refactoring of the ast_parser class
Took 48 minutes
2023-11-18 12:21:52 -07:00
839ec97166 Complete overhaul of the generation methods
Took 6 hours 24 minutes
2023-11-18 10:59:00 -07:00
2182395310 Initial Commit 2023-11-17 16:57:53 -07:00