BNF questions and comments
    Jascha Wetzel 
    "[firstname]" at mainia.de
       
    Fri Sep  7 12:11:19 PDT 2007
    
    
  
Matti Niemenmaa wrote:
> BLS wrote:
>> Yep. Porting Walter's language/grammar description into EBNF is a
>> challenge. You may have recognized that I am working on Netbeans IDE
>> support for D/MiniD... in order to establish code folding I have to
>> create an NBS Schliemann file which is (mostly) similar to EBNF.
>> Instead of {}  I have to use ()*, in fact a few minor things.
>> Probabely we can exchange some information ?
> 
> A lot of people appear to be working on something which needs to parse D.
> 
> It might be an idea to set up a page on Wiki4D called "CorrectCompleteDGrammar"
> or something, writing a complete EBNF (or using Walter's syntax, which is also
> fine) for D which is actually correct.
> 
i exported the current of the D grammar that i use for SEATD:
http://seatd.mainia.de/grammar.html
http://seatd.mainia.de/grammar.xml
    
    
More information about the Digitalmars-d-learn
mailing list