Yeah, i know about EBNF, but it uses completely different syntax. I'm really excited about having a standard D compiler front-end as a library solution, so i though it would be best to parse the syntax from the syntax definition of dpl.org
On Sun, Oct 23, 2011 at 4:05 PM, Alex Rønne Petersen <xtzgzo...@gmail.com> wrote: > On 23-10-2011 13:58, Gor Gyolchanyan wrote: >> >> Hi, guys! >> Can anyone tell me what's the name of this syntax definition language, >> used here: http://www.d-programming-language.org/lex.htm ? > > A variant of EBNF (Extended Backus-Naur Form), I suppose. > > - Alex >