Click here to Skip to main content
15,888,454 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralThought of the Day Pin
OriginalGriff14-May-20 6:11
mveOriginalGriff14-May-20 6:11 
GeneralRe: Thought of the Day Pin
W Balboos, GHB14-May-20 6:47
W Balboos, GHB14-May-20 6:47 
GeneralRe: Thought of the Day Pin
Richard Deeming14-May-20 7:21
mveRichard Deeming14-May-20 7:21 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer14-May-20 9:09
professionalDaniel Pfeffer14-May-20 9:09 
GeneralRe: Thought of the Day Pin
Cp-Coder14-May-20 9:30
Cp-Coder14-May-20 9:30 
GeneralMusings on generalized and context sensitive parsing Pin
honey the codewitch14-May-20 4:37
mvahoney the codewitch14-May-20 4:37 
GeneralRe: Musings on generalized and context sensitive parsing Pin
Member 1298255814-May-20 8:56
Member 1298255814-May-20 8:56 
GeneralRe: Musings on generalized and context sensitive parsing Pin
honey the codewitch14-May-20 9:31
mvahoney the codewitch14-May-20 9:31 
I allowed for some measure of attributed grammars that could direct the parse in Parsley, but I've not found a practical way to implement 2 level van Wijngaard grammars (with all rewriting involved). And while they were probably used in the description of Algol 68 I bet it was human hands that implemented that grammar. That's my problem, is I'd want to cut out the human step. The GLR parser simply returns multiple trees for the different contexts and it's up to the consumer of those trees to select the right tree (and consequently applying context) - that's another route to go rather than 2VW, but 2VW does appeal to me in that it maintains formality and so it's I think possible, if not realistic to compute parsers for those grammars. However, they'd be slow.
Real programmers use butterflies

GeneralRe: Musings on generalized and context sensitive parsing Pin
Member 1298255815-May-20 1:50
Member 1298255815-May-20 1:50 
GeneralRe: Musings on generalized and context sensitive parsing Pin
honey the codewitch15-May-20 5:39
mvahoney the codewitch15-May-20 5:39 
GeneralCcc - solution Pin
The pompey14-May-20 3:17
The pompey14-May-20 3:17 
GeneralRe: Ccc - solution Pin
super14-May-20 3:24
professionalsuper14-May-20 3:24 
GeneralRe: Ccc - solution Pin
The pompey14-May-20 4:01
The pompey14-May-20 4:01 
GeneralRe: Ccc - solution Pin
Richard MacCutchan14-May-20 4:31
mveRichard MacCutchan14-May-20 4:31 
GeneralRe: Ccc - solution Pin
Greg Utas14-May-20 4:41
professionalGreg Utas14-May-20 4:41 
GeneralRe: Ccc - solution Pin
pkfox14-May-20 5:09
professionalpkfox14-May-20 5:09 
GeneralRe: Ccc - solution Pin
The pompey14-May-20 23:36
The pompey14-May-20 23:36 
NewsTWOTD Pin
Mel Padden14-May-20 2:18
Mel Padden14-May-20 2:18 
GeneralRe: TWOTD Pin
OriginalGriff14-May-20 2:32
mveOriginalGriff14-May-20 2:32 
GeneralRe: TWOTD Pin
Jacquers14-May-20 4:52
Jacquers14-May-20 4:52 
GeneralRe: TWOTD Pin
lopatir14-May-20 5:34
lopatir14-May-20 5:34 
GeneralCcc Pin
The pompey13-May-20 23:13
The pompey13-May-20 23:13 
GeneralPre and Post cooking activities are killjoy PinPopular
super13-May-20 23:04
professionalsuper13-May-20 23:04 
GeneralRe: Pre and Post cooking activities are killjoy Pin
RickZeeland13-May-20 23:17
mveRickZeeland13-May-20 23:17 
GeneralRe: Pre and Post cooking activities are killjoy Pin
glennPattonWork313-May-20 23:20
professionalglennPattonWork313-May-20 23:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.