Home | Reviews | GUIpedia | Forum | Fun500
SonicBrit | CompilerSo I'm thinking about scripters and I've written a few but they have always been interpreters, so what I was thinking this time perhaps I should make it an actual compiler.
I would still need to work on a good way to interface between code the qb does (ie window managing, multitasking etc) and the code the app actually does. So I've been thinking I should use an event type system like vb, and possibly use vb as my base start. | 2009-02-03 | 5:48 PM |
pharoah | Re:CompilerYou mean you are going to write your own langauge and then a program that will compile it to machine code? That's a huge project (unless you're compiling FORTH). | 2009-02-03 | 6:18 PM |
SonicBrit | Re:CompilerWell I've written an assembler before, so I'm going to be borrowing from that. So machine code generation wont be to hard, just adding the library of routines will be the most time consuming. | 2009-02-03 | 6:24 PM |
pharoah | Re:CompilerAre you trying to do this in FreeBASIC? | 2009-02-03 | 9:47 PM |
SonicBrit | Re:Compileractually qbasic :P I'm a sucker for using old software :P | 2009-02-03 | 11:35 PM |
GUIs
2021 Brandon Cornell