Search the web
Sign In
New User? Sign Up
mocka · The Mocka and Modula-2 mailinglist.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 232 - 261 of 707   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
232
Great! ... It reminds me Oberon, one of the Prof. Wirth's Modula-2 succesors. Have you tried it sometime?. Saludos Cordiales. Jesus....
Jesus
jconsuegra
Offline Send Email
Feb 2, 2004
4:02 pm
233
... I read about it. The XDS compiler is both Modula-2 AND Oberon. But the syntax is not what I liked. There's also an online magaizne about Modula-2 called...
jan verhoeven
fruttenboel
Offline Send Email
Feb 2, 2004
10:22 pm
234
I found some URL's by editing the URL frame: - http://www.programming-x.com/programming/modula-2-programming.html -...
jan verhoeven
fruttenboel
Offline Send Email
Feb 2, 2004
11:23 pm
235
Please check http://www.modula2.org. It is a site from a person in Belgium who is doing a great job in concentrating as much Modula-2 sources on his site as...
jan verhoeven
fruttenboel
Offline Send Email
Feb 3, 2004
9:09 pm
236
... YES! it's me!!!:) that are some of my *very small* contributions to the Modula-2 comunity. I hope anyone will find them useful!:) greetings Julian!:)...
julian.miglio@...
Send Email
Feb 4, 2004
4:14 pm
237
Perhaps it's a nice idea to send a happy birthday greeting to Mr Wirth. I happen to have an E-mail address: wirth@... but I am not sure it is still up...
jan verhoeven
fruttenboel
Offline Send Email
Feb 4, 2004
10:57 pm
238
By coincidence I found this page which is about the effectiveness of teaching only a single programming language at universities.... ...
jan verhoeven
fruttenboel
Offline Send Email
Mar 4, 2004
12:29 am
239
... I did!, Thanks!- Saludos Cordiales. Jesus....
Jesus
jconsuegra
Offline Send Email
Mar 8, 2004
2:49 pm
240
Hi! I'm no sure if this is the right place to ask, but since it's MODULA-2, I'll do so... I've got a bunch of assorted 8031/8051/8052/Compatible ...
Jesus
jconsuegra
Offline Send Email
Mar 8, 2004
2:53 pm
241
... There is a MOD51 compiler. Just follow the Modula-2 webring (there is a link to it on the fruttenboel pages) but be warned: it's not low cost, as far as I...
jan verhoeven
fruttenboel
Offline Send Email
Mar 8, 2004
9:08 pm
242
Jan: Thanks for the feedback. Your approach to the compiler is very interesting. Wouldn't be useful to explore the Pascal world?. Maybe there is a Pascal...
Jesus
jconsuegra
Offline Send Email
Mar 9, 2004
8:02 am
243
... Pascal.... Stepping back in time to something lesser is not what I prefer. And if I would, I would take one more step further back and go to assembly...
jan verhoeven
fruttenboel
Offline Send Email
Mar 9, 2004
9:16 pm
244
Hello Jesus, I have been thinking about this Modula-2 compiler project. I think it is a hell of a job. But somebody's got to do it! My approach, at the moment,...
jan verhoeven
fruttenboel
Offline Send Email
Mar 10, 2004
8:20 pm
245
Hi friends, I have the same problem, small microprocessors do not have any Modula-2 compiler and it is a pity! one easy way to resolve the problem is to use...
julian.miglio@...
Send Email
Mar 12, 2004
7:44 am
246
Hello Julian, ... This would only partially solve the problem since for some 'strange' or rare microprocessors there will be no C compilers available. ... Yes....
jan verhoeven
fruttenboel
Offline Send Email
Mar 13, 2004
4:11 pm
247
Hi, I am thinking about this new compiler for many small micro controllers. Current compilers are very flexible. You can write: WriteString ("Test string"); ...
jan verhoeven
fruttenboel
Offline Send Email
Mar 14, 2004
9:54 pm
248
I have decided to make the m4m (Modula for Microcontrollers) compiler to not only be strongly typed (like all Modula-2 compilers) but also to be strongly...
jan verhoeven
fruttenboel
Offline Send Email
Mar 15, 2004
12:34 am
249
Hi jan, I am a bit not sure about so strong sintax, I prefer put spaces in the code because it increases the redibility, for example: WriteString(...
julian.miglio@...
Send Email
Mar 17, 2004
7:54 am
250
... I think it's not difficult to add a "mode" behavior, ("strict","relaxed") to accomodate both styles. The difference may be just to keep or avoid spaces...
Jesus
jconsuegra
Offline Send Email
Mar 17, 2004
10:55 am
251
... It does. Julian only added a lot of whitespace between the end of his text and the point where the attached files were referred to.... -- Met vriendelijke...
jan verhoeven
fruttenboel
Offline Send Email
Mar 17, 2004
8:13 pm
252
Hello Julian, ... We agree! I also like a lot of extra spaces to improve readability. I just found out that when parsing a sourcefile, extra spaces are good. ...
jan verhoeven
fruttenboel
Offline Send Email
Mar 17, 2004
9:15 pm
253
Jan: I don't doubt it, but I'm unable to download the file. All what I get is an small box telling: "Attachment (not stored) Token.zip Type:...
Jesus
jconsuegra
Offline Send Email
Mar 17, 2004
9:30 pm
254
Dear friends, I didn't understand how to put files on the web site, it would be nice if any of you will do it for me!:) I am working on another experiment...
julian.miglio@...
Send Email
Mar 18, 2004
7:56 am
255
... You must have a Yahoo ID. Then just log in to the mocka list mainpage (http://groups.yahoo.com/group/mocka) and go to the FILES area. The 'ADD FILE' and...
jan verhoeven
fruttenboel
Offline Send Email
Mar 18, 2004
9:27 pm
256
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mocka group. File : /M4M/Token.zip ...
mocka@yahoogroups.com
Send Email
Mar 18, 2004
9:34 pm
257
Hi, I have made a test sourcefile called 'Proef.mod' which must be passable by my first version of the syntax checker. ... MODULE Proef; VAR i :...
jan verhoeven
fruttenboel
Offline Send Email
Mar 18, 2004
11:22 pm
258
Hi, I just wanted to see how good the Mocka compiler was with borderline conditions. So I made the following source: MODULE prf; FROM InOut IMPORT...
jan verhoeven
fruttenboel
Offline Send Email
Mar 19, 2004
8:26 pm
259
Hi, I have shaped up my comments tester such that I will only have to work on the comment operator. Mocka chokes in it. As I told you before. Please run this...
jan verhoeven
fruttenboel
Offline Send Email
Mar 19, 2004
11:02 pm
260
... Subject: Re: [Global WISclub] Re: Fwd: [mocka] This does not compile with Mocka. Date: Sat, 20 Mar 2004 20:37:32 +0100 From: jan verhoeven...
jan verhoeven
fruttenboel
Offline Send Email
Mar 20, 2004
9:14 pm
261
... etc. The same kind of error: - a comment is started with (* - from then on, the next occurance of *) will end the comment But my end of comment is in a...
jan verhoeven
fruttenboel
Offline Send Email
Mar 21, 2004
8:17 pm
Messages 232 - 261 of 707   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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