https://github.com/icculus/vbslacker
An abandoned attempt to build an open source Visual Basic.
https://github.com/icculus/vbslacker
Last synced: 10 months ago
JSON representation
An abandoned attempt to build an open source Visual Basic.
- Host: GitHub
- URL: https://github.com/icculus/vbslacker
- Owner: icculus
- License: lgpl-2.1
- Created: 2021-06-28T19:38:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T21:32:07.000Z (almost 5 years ago)
- Last Synced: 2025-04-20T19:39:22.779Z (about 1 year ago)
- Language: C
- Homepage: https://icculus.org/vbslacker/
- Size: 1.18 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# vbSlacker
An abandoned attempt to build an open source Visual Basic.
This is meant to be a compiler/runtime library for legacy BASIC code.
The goal was to support most of the syntax and API of Qbasic,
QuickBASIC 4.5, and the earlier Visual Basics.
It was intended to compile to native code, and the runtime was to be
C-callable, albeit with some weird macros and inline asm to handle the
stack and registers.
This project is currently not being worked on, and probably won't be
again. It was interesting to poke at as an undergrad, but this never
got to the point of being usable. But hey, send patches!