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...
Show off your group to the world. Share a photo of your group with us.

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 238 - 267 of 707   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
262
... trigger on ... Yes, it should. Have you tried to use single quote "'" as a literal delimiter?. Saludos Cordiales, Jesus....
Jesus
jconsuegra
Offline Send Email
Mar 21, 2004
10:30 pm
263
Hi, I managed to make a foolproof comment processor (As far as I can see now) which runs fine with the Proef.mi file I published earlier. Here is SynChk01.mi: ...
jan verhoeven
fruttenboel
Offline Send Email
Mar 21, 2004
11:44 pm
264
Was interested in the result of this - here is how XDS Modula-2 fails: bash-2.05b$ xc =c ./Proef.mod XDS Modula-2 v2.40 [x86, v1.50] - build 26.02.2003 ...
freem2pages
Offline Send Email
Mar 22, 2004
8:20 am
265
Here is one more - it also breaks with line 8: bash-2.05b$ m2f -students Proef.mod Compiling Proef.mod Pass 1 Module SYSTEM :...
freem2pages
Offline Send Email
Mar 22, 2004
8:25 am
266
Hi, I am now thinking about the next step in the syntax checker, version 0.2. It's goals are two-fold: - have the program accept sourcefiles from the...
jan verhoeven
fruttenboel
Offline Send Email
Mar 23, 2004
9:19 pm
267
Dear Jan, I'm glad to hear (=read) that Modula-2 is still used in this awk- ward, perl-luted C-world. A few suggestions to your code (I haven't tested it yet...
marduk4711
Offline Send Email
Mar 25, 2004
10:15 am
Messages 238 - 267 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