Pontiac76 / Vision-Basic-IDE

1 stars 0 forks source link

Vision-Basic-IDE

This utility is (currently) a Windows application that assists in writing Commodore Basic code.

Basic features

Example:

@Label1:print "hello world!":goto @Label1

Results:

10 print "hello world!":goto 10

TO DO

Rules

Install Lazarus, get this code, build from scratch, the application runs.

I don't want to rely on any massive external 3rd party library that may get antequated or potentially break future builds.

If any additional library is included, it must be included within this repository in a sub directory and the configuration must be adjusted to read the library.