Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Wiimote Kinecting Music with Holofunk
Sep 27, 2011 at 4:56 PM@Ian2: He did, actually
http://www.youtube.com/watch?v=7Kzat4xFeto
"Oslo": Building Textual DSLs
Nov 04, 2008 at 3:00 PMTechnically, OMeta is a PEG parser, which implies a top-down parsing strategy and a "scannerless" parser (no separation between tokenizing and parsing). MGrammar is an LALR(1) bottom-up parser with a conventional DFA-based tokenizer; the MGrammar language has separate constructs for defining tokens and for defining parse productions.
The MGrammar folks intend to produce a white paper on this at some point, but haven't yet.
I'm not sure that was the level of detail you were asking for, but that's the situation as I understand it