... 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: 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...
... 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...
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,...
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@...
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....
Hi, I am thinking about this new compiler for many small micro controllers. Current compilers are very flexible. You can write: WriteString ("Test string"); ...
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...
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@...
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...
... 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...
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. ...
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@...
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...
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
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 :...
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...
... 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...
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: ...
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 ...
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...
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...