Commit Graph
56 Commits
Author SHA1 Message Date
weckyy702 6ec8fd2b70 started work on function scope interpretation WIP 2020-12-27 20:46:28 +01:00
weckyy702 4493beee11 changed exception naming scheme 2020-12-27 20:31:17 +01:00
weckyy702 c7a63fc582 Merge branch 'main' of https://github.com/plexx-dev/Nassi-Shneiderman-Diagramm-Generator into main 2020-12-27 20:26:28 +01:00
weckyy702 d7bd22b997 fixed interface for saving image files @oleting 2020-12-27 20:26:19 +01:00
weckyy702 b924e5edb0 fixed bug report text 2020-12-27 20:23:19 +01:00
weckyy702 ed0a480556 fixed syntax warning in 2020-12-27 17:39:24 +01:00
weckyy702 364dfa77e2 Merge branch 'main' of https://github.com/plexx-dev/Nassi-Shneiderman-Diagramm-Generator into main 2020-12-27 17:34:01 +01:00
weckyy702 aa505aa6e1 fixed bug where no font path would result in error 2020-12-27 17:33:50 +01:00
weckyy702 121a741747 added ability to change output filename 2020-12-27 17:25:18 +01:00
weckyy702 86353a8d84 add interpreter WIP warning 2020-12-27 17:00:41 +01:00
weckyy702 8f3fb62186 fixed font handling 2020-12-27 16:51:57 +01:00
weckyy702 57baa9e9fd removed debugging only parts of all files 2020-12-27 16:31:04 +01:00
weckyy702 2e70191b04 added variable font 2020-12-27 16:12:22 +01:00
weckyy702 688c4ad0ac made image generation exception safe 2020-12-27 16:01:03 +01:00
weckyy702 317387e24d improved interpreter 2020-12-27 15:42:43 +01:00
weckyy702 de7a71b15b further improvements to the interpreter WIP 2020-12-26 21:12:34 +01:00
weckyy702 1df4f18a5a Merge branch 'main' of https://github.com/plexx-dev/Nassi-Shneiderman-Diagramm-Generator into main 2020-12-26 19:42:50 +01:00
weckyy702 1779d5ab3e improved interpreter 2020-12-26 19:42:38 +01:00
weckyy702 0af259d3a0 improved interpreter and added support for doWhile 2020-12-26 19:03:05 +01:00
weckyy702 e5f3f9a9d1 made run.py executable under linux 2020-12-26 18:31:45 +01:00
weckyy702 8f8a69f360 changed font back to a less ugly one 2020-12-26 18:26:34 +01:00
weckyy702 dc7e93741d fixed alignement issues in the image generation 2020-12-26 18:20:42 +01:00
weckyy702 34fea4bea8 actually fixed said error 2020-12-26 17:54:50 +01:00
weckyy702 075f93cdee fixed error involving text orientation 2020-12-26 17:51:59 +01:00
weckyy702 9d748c289d started reworking image generation 2020-12-26 17:45:44 +01:00
weckyy702 8d29165dde discarded debug only part of input.java 2020-12-26 15:59:26 +01:00
weckyy702 351dc2e6d0 Merge branch 'main' of https://github.com/plexx-dev/Nassi-Shneiderman-Diagramm-Generator into main 2020-12-26 15:55:43 +01:00
weckyy702 95d0d51f1d updated .gitignore 2020-12-26 15:55:30 +01:00
weckyy702 f95f054cf4 cleaned up interpreter.py 2020-12-26 15:53:16 +01:00
weckyy702 6f9f72e919 started cleaning source code interpretation 2020-12-26 15:38:26 +01:00
weckyy702 1b8741dc91 added debug mode flag as command line argument 2020-12-26 15:00:04 +01:00
weckyy702 ad9676255a . 2020-12-26 14:54:02 +01:00
weckyy702 110cfdfb9a Merge branch 'main' of https://github.com/plexx-dev/Nassi-Shneiderman-Diagramm-Generator into main 2020-12-26 14:46:51 +01:00
weckyy702 b7810aa162 fixed the gui spamming the console while running 2020-12-26 14:46:39 +01:00
weckyy702 37712329db Merge branch 'main' of https://github.com/plexx-dev/Nassi-Shneiderman-Diagramm-Generator into main 2020-12-26 14:39:30 +01:00
weckyy702 7fadbd0ff2 updated gitignore 2020-12-26 14:39:20 +01:00
weckyy702 7168e310b1 . 2020-12-22 22:08:50 +01:00
weckyy702 3e5c80dd92 fixed another mistake in code_to_image @weckyy702 2020-12-22 22:05:30 +01:00
weckyy702 35341546eb fixed mistake in code_to_image.py @plexx-dev 2020-12-22 22:02:14 +01:00
weckyy702 f1cf2d9f40 fixed mistake in code_to_image.py @plexx-dev 2020-12-22 22:00:55 +01:00
weckyy702 a2a8a44efc Merge branch 'main' of https://github.com/plexx-dev/Nassi-Shneiderman-Diagramm-Generator into main 2020-12-22 21:45:30 +01:00
weckyy702andmax f. 649e0ee9b5 Co-authored-by: max f. <simperlyofficial@gmail.com> 2020-12-22 21:44:03 +01:00
weckyy702 6a7e9ebb78 add interpretation support for do-while loops 2020-12-22 21:41:39 +01:00
weckyy702 985c7e68ea cleaned up debugging junk 2020-12-22 21:05:42 +01:00
weckyy702 432ea5a78b changed expected syntax for source code interpretation 2020-12-22 21:04:35 +01:00
weckyy702 fa69aff003 . 2020-12-22 20:43:31 +01:00
weckyy702 35a5c8116e implemented NSD loading from files 2020-12-22 19:46:25 +01:00
weckyy702 f48634206c Merge branch 'main' of https://github.com/plexx-dev/Nassi-Shneiderman-Diagramm-Generator into main 2020-12-21 23:40:00 +01:00
weckyy702 eb0e5fc1be actually fixed the bug 2020-12-21 23:38:29 +01:00
weckyy702 06f6a70909 fixed fatal bug in source code interpretation 2020-12-21 22:50:10 +01:00
weckyy702 51f84e31c2 fixed error in source code interpretation 2020-12-21 22:49:15 +01:00
weckyy702 711ceb2567 updated .gitignore 2020-12-21 22:07:20 +01:00
weckyy702 862c6ef904 Merge branch 'main' of https://github.com/plexx-dev/Nassi-Shneiderman-Diagramm-Generator into main 2020-12-21 13:39:26 +01:00
weckyy702 4322a27e5f fixed source scope interpretation 2020-12-21 13:38:43 +01:00
weckyy702 ff215f2207 . 2020-12-21 11:05:20 +01:00
weckyy702 6587da8924 test commit 2020-12-21 11:01:21 +01:00