Click here to Skip to main content
15,912,400 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.

 
GeneralRe: Getting old Pin
kalberts6-Jan-20 0:04
kalberts6-Jan-20 0:04 
GeneralRe: Getting old Pin
dandy726-Jan-20 7:42
dandy726-Jan-20 7:42 
GeneralRe: Getting old Pin
Christian Graus6-Jan-20 11:19
protectorChristian Graus6-Jan-20 11:19 
GeneralHow is this small opensource server infrastructure monitoring utility Pin
Visweswaran N4-Jan-20 2:54
Visweswaran N4-Jan-20 2:54 
GeneralRe: How is this small opensource server infrastructure monitoring utility Pin
OriginalGriff4-Jan-20 4:07
mveOriginalGriff4-Jan-20 4:07 
GeneralRe: How is this small opensource server infrastructure monitoring utility Pin
Visweswaran N4-Jan-20 5:03
Visweswaran N4-Jan-20 5:03 
GeneralRe: How is this small opensource server infrastructure monitoring utility Pin
OriginalGriff4-Jan-20 5:13
mveOriginalGriff4-Jan-20 5:13 
GeneralWOOHOOO ideas! Pin
honey the codewitch3-Jan-20 18:31
mvahoney the codewitch3-Jan-20 18:31 
So I've been bugging out on a way to do LL(k) parsing and while I was stewing on that I was also coding on the slang parser parsley generated.

And I realized something. If Parsley can import other parsers, share symbol tables and lexers with them, and then delegate to them, what's to stop Parsley from simply using multiple parser algorithms to parse something?

each sub-parser, sub grammar, could be LL(1) (possibly LL(k)) table driven, recursive descent, LALR(1) or whatever as appropriate.

The only issue right now is error and continue in the recursive descent form, and possibly the lalr(1) form.

If I can work out those issues, then i can let parsley choose the algorithm to use for each imported grammar.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: WOOHOOO ideas! Pin
Tim Deveaux3-Jan-20 19:57
Tim Deveaux3-Jan-20 19:57 
GeneralRe: WOOHOOO ideas! Pin
honey the codewitch3-Jan-20 20:02
mvahoney the codewitch3-Jan-20 20:02 
GeneralRe: WOOHOOO ideas! Pin
Christian Graus3-Jan-20 23:07
protectorChristian Graus3-Jan-20 23:07 
GeneralRe: WOOHOOO ideas! Pin
Richard Andrew x644-Jan-20 6:13
professionalRichard Andrew x644-Jan-20 6:13 
GeneralRe: WOOHOOO ideas! Pin
Jörgen Andersson4-Jan-20 6:43
professionalJörgen Andersson4-Jan-20 6:43 
GeneralRe: WOOHOOO ideas! Pin
Christian Graus4-Jan-20 9:38
protectorChristian Graus4-Jan-20 9:38 
GeneralRe: WOOHOOO ideas! Pin
Jörgen Andersson5-Jan-20 9:42
professionalJörgen Andersson5-Jan-20 9:42 
GeneralRe: WOOHOOO ideas! Pin
Christian Graus5-Jan-20 10:06
protectorChristian Graus5-Jan-20 10:06 
GeneralRe: WOOHOOO ideas! Pin
Jörgen Andersson5-Jan-20 10:34
professionalJörgen Andersson5-Jan-20 10:34 
GeneralRe: WOOHOOO ideas! Pin
Christian Graus5-Jan-20 10:37
protectorChristian Graus5-Jan-20 10:37 
GeneralRe: WOOHOOO ideas! Pin
Christian Graus4-Jan-20 9:38
protectorChristian Graus4-Jan-20 9:38 
GeneralRe: WOOHOOO ideas! Pin
honey the codewitch4-Jan-20 8:55
mvahoney the codewitch4-Jan-20 8:55 
GeneralRe: WOOHOOO ideas! Pin
Christian Graus4-Jan-20 9:40
protectorChristian Graus4-Jan-20 9:40 
GeneralRe: WOOHOOO ideas! Pin
honey the codewitch4-Jan-20 10:36
mvahoney the codewitch4-Jan-20 10:36 
GeneralRe: WOOHOOO ideas! Pin
Richard Andrew x644-Jan-20 14:05
professionalRichard Andrew x644-Jan-20 14:05 
GeneralRe: WOOHOOO ideas! Pin
honey the codewitch4-Jan-20 14:09
mvahoney the codewitch4-Jan-20 14:09 
GeneralRe: WOOHOOO ideas! Pin
Richard Andrew x644-Jan-20 14:35
professionalRichard Andrew x644-Jan-20 14:35 

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.