Author |
Message |
Topic: Help/suggestion needed. |
mpah
Replies: 4
Views: 22330
|
Forum: The Language Machine Posted: Thu Jun 12, 2008 3:36 am Subject: Help/suggestion needed. |
Hello Remy
I'm glad that helped.
But I'm not sure about your 'capturing' problem. For me 'capturing' relates to the ":" mechanism for communicating information from the right-side phas ... |
Topic: Help/suggestion needed. |
mpah
Replies: 4
Views: 22330
|
Forum: The Language Machine Posted: Sun Jun 08, 2008 3:02 am Subject: Help/suggestion needed. |
Hi Remy, good to hear from you.
I think you need to think along these lines:
- declareHead :H declareList :X ";" <- declarationStatement :X;
- decla ... |
Topic: language machine 0.2.5 at sourceforge as svn revision 61 |
mpah
Replies: 0
Views: 12546
|
Forum: The Language Machine Posted: Thu Oct 11, 2007 10:58 am Subject: language machine 0.2.5 at sourceforge as svn revision 61 |
Hello and apologies for long absence.
The src/dmd directory now contains msys_dmd.mak to build and
test the metalanguage bootstrap using the Digital Mars dmd
compiler in and mingw/msys environm ... |
Topic: languagemachine-0.2.3 in svn |
mpah
Replies: 0
Views: 12840
|
Forum: The Language Machine Posted: Sun Jun 03, 2007 8:42 am Subject: languagemachine-0.2.3 in svn |
The 'apologies-for-long-silence' release 0.2.3 of the languagemachine is now in svn at dsource.
This version builds and tests ok using gdc-0.22 in kubuntu linux. It compiles and seems to run using ... |
Topic: j2d progress |
mpah
Replies: 2
Views: 18203
|
Forum: The Language Machine Posted: Wed Aug 02, 2006 3:50 am Subject: j2d progress |
No progress on j2d front, for following reasons:
* apparent lack of interest from anyone until very recently
* mapping java packages to D modules may require changes to D language
* it is getting ... |
Topic: reference manual? |
mpah
Replies: 6
Views: 27129
|
Forum: The Language Machine Posted: Wed Aug 02, 2006 1:35 am Subject: reference manual? |
Hi - very good to know of your interest. What you describe isn't a bug - it's a kind of literate programming. Lines that start with at least one space are treated as source text to be compiled as rul ... |
Topic: reference manual? |
mpah
Replies: 6
Views: 27129
|
Forum: The Language Machine Posted: Thu May 04, 2006 4:28 am Subject: reference manual? |
use of lm for gdc
Although lm is pretty fast, it is not fast enough for use as a production compiler. The d2d frontend does not at present deal with variables and types in detail - that can be done, ... |
Topic: reference manual? |
mpah
Replies: 6
Views: 27129
|
Forum: The Language Machine Posted: Sun Apr 30, 2006 2:04 am Subject: reference manual? |
Many apologies for false hopes raised - result of early optimism. There should be a reference manual, but it isn't there yet. In the meantime you have to paraphrase the epitaph for Sir Christopher Wr ... |
Topic: changes committed to svn 11 Apr 2006 |
mpah
Replies: 0
Views: 13110
|
Forum: The Language Machine Posted: Tue Apr 11, 2006 11:56 am Subject: changes committed to svn 11 Apr 2006 |
case sensitivity in filenames:
lmn2C* and lmn2D* were being confused with lmn2c* and lmn2d* in the src/lmn and src/lmnBootstrap directories, with the result that attempts to checkout and build from S ... |
Topic: c++ translator/analyser: sponsorship? |
mpah
Replies: 5
Views: 24127
|
Forum: The Language Machine Posted: Tue Mar 28, 2006 12:32 pm Subject: c++ translator/analyser: sponsorship? |
A question about "scope" - I take it you changed "scope" to "lmScope" in the D source of the the engine itself. The name's fine - I must do the same.
Each rule recognises a pattern described by the ... |
Topic: c++ translator/analyser: sponsorship? |
mpah
Replies: 5
Views: 24127
|
Forum: The Language Machine Posted: Sun Mar 26, 2006 9:23 am Subject: c++ translator/analyser: sponsorship? |
Hi gamerChad - Good to know you are interested - I've developed some tools to translate some standard syntax notations to LMN which may help get things started.
I've also made a start with converti ... |
Topic: Happy new year! |
mpah
Replies: 2
Views: 17671
|
Forum: The Language Machine Posted: Mon Jan 02, 2006 3:06 am Subject: Happy new year! |
And a Happy New Year to all from Peri, and from the great growling voice of the language machine itself!
A good idea about the irc channel - I'll make a point of dropping in on it. |
Topic: c++ translator/analyser: sponsorship? |
mpah
Replies: 5
Views: 24127
|
Forum: The Language Machine Posted: Thu Dec 15, 2005 5:07 am Subject: c++ translator/analyser: sponsorship? |
I am thinking of using the language machine to write a translator/analyser for c++, almost certainly with D as the first target language. This idea is partly triggered by the evidence from viewing fig ... |
Topic: release 0.2.1 |
mpah
Replies: 0
Views: 13578
|
Forum: The Language Machine Posted: Tue Nov 22, 2005 2:48 am Subject: release 0.2.1 |
This release includes a translator and and runtime framework to show that rules in the language machine can represent and evaluate expressions in the lambda calculus.
There is also an example whic ... |
Topic: C++ to D translator: problem with ambiguous constructor. |
mpah
Replies: 3
Views: 18821
|
Forum: The Language Machine Posted: Mon Nov 21, 2005 3:10 am Subject: C++ to D translator: problem with ambiguous constructor. |
Good stuff!. I thought I was being notified by email of posts to this forum, and so I hadn't been monitoring it closely. So I'm very pleased to find that Remy has modified the d2d front end so that it ... |
|