Close
0%
0%

Apple Basic IDE

Windows based editor for Apple Basic.

Similar projects worth following
While restoring and documenting my original Apple II software projects, I created a Windows-based Apple BASIC IDE to help edit, analyze, and maintain the source code. The IDE is now available on GitHub. One other project and the main reason to create this program is an old Apple IIc program, also in Apple Basic. Will let someone enter up to 15 logic gates on the screen and wire them up. Then actually have the program follow the logic through the gates based on the user's inputs. I am trying to resurrect this Apple based version so I can finish up on another Windows VS based program I am making that will allow a user to add more then 15 gates. But I didn''t want to have to redo the logic I already did that does the logic simulation portion. The Apple version was already using a "structure" , aka object oriented based variables to keep track of the gates and their inputs/outputs.

Currently this editor can do the following:

- GOTO validation
- GOSUB validation
- Current line tracking
- Apple BASIC source file editing

Near future goals are:

- Detect duplicate line numbers

- Highlight REM statements

  • Very close......

    cyplesma06/18/2026 at 11:24 0 comments

    have done some updates, got it working for 98%, still doing some debugging with different processes, but it's looking very good.

    Couple of items I still wan t o do, is have it do actual syntax checking. And then for a final item I want to have a feature to display either a flowchart or a block diagram.

View project log

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates