Displaying 2 results from an estimated 2 matches for "quickbasic".
2012 Nov 07
2
[LLVMdev] How to link code into EXE, or, am I doing this wrong?
Hi,
I've been writing a 80's era-flavor of QuickBASIC compiler based on LLVM,
and it's come surprisingly far very quickly, LLVM is working great.
GOSUB's, GOTO's, FIELD statements.
I'm using Visual Studio 2010.
Here's my setup: I use LLVM to turn my AST into code, which, during
debugging I then execute natively using "getPoint...
2012 Nov 07
0
[LLVMdev] How to link code into EXE, or, am I doing this wrong?
On Wed, Nov 7, 2012 at 8:28 AM, John Slagel <john.slagel at gmail.com> wrote:
> Hi,
>
> I've been writing a 80's era-flavor of QuickBASIC compiler based on LLVM,
> and it's come surprisingly far very quickly, LLVM is working great. GOSUB's,
> GOTO's, FIELD statements.
> I'm using Visual Studio 2010.
> Here's my setup: I use LLVM to turn my AST into code, which, during
> debugging I then execute nati...