Related articles |
---|
OOP BASIC wy@gpu.srv.ualberta.ca (William Yu) (1999-05-24) |
Re: OOP BASIC qjackson@wave.home.com (Quinn Tyler Jackson) (1999-05-27) |
From: | William Yu <wy@gpu.srv.ualberta.ca> |
Newsgroups: | comp.compilers |
Date: | 24 May 1999 01:38:42 -0400 |
Organization: | University of Alberta |
Keywords: | Basic, OOP, question |
I was wondering, are there any true OOP BASIC Compilers out there?
I'm working on "Rapid-Q" which implements a semi-OOP BASIC-like language.
Something like:
TYPE MyForm AS QApplication
Money AS INTEGER
SUB AddMoney(Dollars AS INTEGER)
:
END TYPE
In this paradigm, I'm ignoring PUBLIC and PRIVATE elements.
At the moment, I'm just looking for similar works, any ideas?
Thanks,
William Yu
http://www.basicguru.com/abc/
Return to the
comp.compilers page.
Search the
comp.compilers archives again.