The Icon Bar: Programming: BasCrunch (and similar) decrunchers
| |
BasCrunch (and similar) decrunchers |
| |
nodoid (09:33 21/7/2010) flibble (09:38 21/7/2010) Gulli (12:16 21/7/2010) nodoid (12:28 21/7/2010) Gulli (09:33 22/7/2010)
|
| |
|
Paul Johnson |
Message #114852, posted by nodoid at 09:33, 21/7/2010 |
Member
Posts: 24
|
Hi,
Does anyone know of a way to decrunch crunched BASIC programmes? I can do a simple search and replace, but when the application is huge, this is prone to going wrong.
If there is a simple way, great. If not, I think some code may have to go west and just die... |
| |
[ Log in to reply ] |
| |
|
Peter Howkins |
Message #114853, posted by flibble at 09:38, 21/7/2010, in reply to message #114852 |
Posts: 662
|
Somewhere I've got a couple of programs that would help with this. Automatically turn SWI numbers back into names and then another that tried to insert newlines back into the source, and indent blocks.
Now if only I could remember where they were ... |
| |
[ Log in to reply ] |
| |
|
Gunnlaugur Jonsson |
Message #114855, posted by Gulli at 12:16, 21/7/2010, in reply to message #114852 |
Member
Posts: 107
|
Not exactly the best way but surely you can use search/replace to get quite far? At least the code would stand a little better chance of surviving. |
| |
[ Log in to reply ] |
| |
|
Paul Johnson |
Message #114856, posted by nodoid at 12:28, 21/7/2010, in reply to message #114855 |
Member
Posts: 24
|
Not exactly the best way but surely you can use search/replace to get quite far? At least the code would stand a little better chance of surviving. You can, but then munged names start causing muchos problems... |
| |
[ Log in to reply ] |
| |
|
Gunnlaugur Jonsson |
Message #114861, posted by Gulli at 09:33, 22/7/2010, in reply to message #114856 |
Member
Posts: 107
|
You can, but then munged names start causing muchos problems... True, didn't quite think it that far  |
| |
[ Log in to reply ] |
| |
|
The Icon Bar: Programming: BasCrunch (and similar) decrunchers |