Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

QDepartment · Create languages, compilers, and more!

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 275
  • Category: C and C++
  • Founded: Oct 21, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1650 - 1679 of 2317   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1650 rickclark58 Send Email Jan 29, 2005
6:38 pm
... Thanks Brian. I know what you mean by real life. It is hard to get anything done! Currently, I am in the process of rewriting Atom using XBlite ...
1651 Rick Clark
rickclark58 Send Email
Jan 31, 2005
5:08 pm
Hi all, I have been thinking lately about a group project that all of us here at the 'Q' could work on, both as a learning exercise and to gain some real-world...
1652 Bruce M. Axtens
bruce_axtens Send Email
Feb 1, 2005
12:32 am
I've been using Euphoria off and on since version 1.5. It's is a very useful tool and the "sequence"; is an amazingly expressive paradigm. I wrote a suite of...
1653 Bruce Axtens
bruce_axtens Send Email
Feb 2, 2005
6:21 am
Sorry for the duplicates. I'm having not fun with postfix and GNUmail. Bruce. ... Writing things down from the back of the notebook forward not only leaves...
1654 Ed Davis
ed_davis2 Send Email
Feb 2, 2005
5:26 pm
// Simple expression parser, generates code for a register VM // by ed_davis2@... // Sample input: a = b + c * d + (d - f) / g // Based on an idea from...
1655 ed_davis2 Send Email Feb 2, 2005
5:52 pm
... Yes, it is a different world out there. But many C compilers can still generate pretty compact code - well, nothing like in the 16-bit days - but it was...
1656 ed_davis2 Send Email Feb 2, 2005
6:17 pm
... I don't think this is a bad idea at all. Some suggestions (worth every penny you paid for them :-)) - Think small, very small. Many groups projects never...
1657 rickclark58 Send Email Feb 2, 2005
6:41 pm
... Looks like you beat me to it, Ed. :) I'll have to give this a try. Rick Clark...
1658 rickclark58 Send Email Feb 2, 2005
7:03 pm
... This looks good, Ed. How do you think this compares to a stack based VM?...
1659 ed_davis2 Send Email Feb 2, 2005
7:36 pm
... For the expression: a = b + c * d + (d - f) / g The register version generates: lda r1, b lda r2, c lda r3, d mul r2, r3 add r1, r2 lda r2, d lda r3, f sub...
1660 John DeHope
johndehope3 Send Email
Feb 3, 2005
1:27 am
// Based on an idea from "Compiling With C# And Java" // by Pat Terry Does anybody have any advice on how good this book is? I assume the code is all in C# and...
1661 ed_davis2 Send Email Feb 3, 2005
2:15 am
... I think it is a great book. And yes, all the code is in C# and Java. If you're into Lisp, there is a pretty good text about writing interpreters available...
1662 John DeHope
johndehope3 Send Email
Feb 3, 2005
8:51 pm
One more question then, about "Compiling With C# And Java". Does the book use wacked-out mathematics markup like the more technical manuals do (the Dragon book...
1663 Ed Davis
ed_davis2 Send Email
Feb 3, 2005
9:56 pm
... No, it is light on that count. Of course, some amount is necessary, otherwise, how would you specify grammars, first and follow sets, and so on. But it...
1664 kriscomplie krishna
kriscomplier Send Email
Feb 8, 2005
9:32 am
pleASE HELP ME , CAN ANYONE SEND ME FOR C PREPROCESSOR, LAXER PHASE SEND ME PLEASE __________________________________ Do you Yahoo!? Yahoo! Mail - Easier than...
1665 Andrew Shelkovenko
diakin2002 Send Email
Feb 20, 2005
9:29 am
Hello! http://www.freebasic.net/ - is a free, open-source, 32-bit, MS-QuickBASIC&#39;s syntax-compatible compiler, that adds new features such as pointers,...
1666 thenerd@...
rmann05 Send Email
Feb 20, 2005
6:22 pm
Thank you. I just tried out Free Basic a little bit on my Linux machine. So far, it seems to be what I've been looking for all along, a free Basic compiler...
1667 thenerd@...
rmann05 Send Email
Feb 21, 2005
1:31 am
Hello. It seems that the beep command works on the Linux version of Free Basic, but not on Windows XP. I'm trying to use this command in a simple stopwatch...
1668 Andrew Shelkovenko
diakin2002 Send Email
Feb 21, 2005
1:55 pm
Hello, thenerd@...! You wrote to <qdepartment@yahoogroups.com> on Sun, 20 Feb 2005 20:30:59 -0500 (EST): t> Hello. It seems that the beep command works...
1669 Ed Davis
ed_davis2 Send Email
Feb 21, 2005
3:32 pm
... This is really cool! It is definitely a major work - thanks for posting it. Some questions: 1) How close to QuickBASIC syntax are you trying to reach? For...
1670 Andrew Shelkovenko
diakin2002 Send Email
Feb 21, 2005
5:30 pm
Hello, Ed! You wrote to <QDepartment@yahoogroups.com> on Mon, 21 Feb 2005 07:32:21 -0800 (PST): ... All your suggestions, questions and bug reports please send...
1671 Nathan Moore
nate_goos Send Email
Mar 4, 2005
10:29 pm
I thought that I had posted this the other day, but it didn't show up (maybe cause I hadn't joined yet). The reason that almost all real computers use...
1672 Nathan Moore
nate_goos Send Email
Mar 4, 2005
11:48 pm
I would suggest that you use FASM or NASM for output because they run on and will produce code for more than just MS OSs. I think that NASM probably has more...
1673 gp40emd Send Email Mar 7, 2005
5:58 pm
First let me say a BIG THANK YOU to Steve A for his excellent work on bxbasic. The following work was based on his work, and with his help, effort, and...
1674 Steve
sarbayo Send Email
Mar 8, 2005
5:02 pm
Hey Guys, The "File Uploaded", general announcement, stating the file folder location, did not preceed gp40emd's post, so, those files are located in the: ...
1675 Steve
sarbayo Send Email
Mar 8, 2005
5:19 pm
Oops, that's supposed to be: ../files/bxbasic-g/ as in "G" and not q as in "Q". Steve...
1676 Brian C. Becker
brianchristo... Send Email
Mar 10, 2005
4:04 am
Hey Tom, Wow, this is really cool! I must say this is an awesome start to a GUI! I notice you use Allegro, which is cool for cross-platform&#39;s sake, and ...
1677 gp40emd Send Email Mar 13, 2005
1:14 am
... wrote: The QCANVAS OBJECT allows the use of Allegro commands. I hope to add a large number later on. Just need to shake out the bugs on this release. I...
1678 Steve
sarbayo Send Email
Mar 13, 2005
6:35 pm
I haven't been receiving the latest posts to this group via email. I know a while back Brian was having this problem, has anyone else been experiencing the...
1679 Ed Davis
ed_davis2 Send Email
Mar 13, 2005
9:47 pm
I had a similar problem a while back. It turned out that my ISP was blocking any email from yahoogroups! It took about 2 weeks of arguing with them, but they...
Messages 1650 - 1679 of 2317   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help