Click here to Skip to main content
15,904,288 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: Sound of the Week Pin
Sander Rossel16-Nov-21 7:32
professionalSander Rossel16-Nov-21 7:32 
GeneralCCC 12-11-2021 Pin
pkfox11-Nov-21 21:30
professionalpkfox11-Nov-21 21:30 
GeneralRe: CCC 12-11-2021 Pin
OriginalGriff11-Nov-21 21:51
mveOriginalGriff11-Nov-21 21:51 
GeneralRe: CCC 12-11-2021 Pin
pkfox11-Nov-21 21:55
professionalpkfox11-Nov-21 21:55 
GeneralRe: CCC 12-11-2021 Pin
OriginalGriff11-Nov-21 23:14
mveOriginalGriff11-Nov-21 23:14 
GeneralRe: CCC 12-11-2021 - Winner Pin
pkfox11-Nov-21 23:25
professionalpkfox11-Nov-21 23:25 
RantBottom Up Parsing is Frustrating Pin
honey the codewitch11-Nov-21 18:40
mvahoney the codewitch11-Nov-21 18:40 
GeneralRe: Bottom Up Parsing is Frustrating Pin
Greg Utas12-Nov-21 2:54
professionalGreg Utas12-Nov-21 2:54 
That's why this[^] uses a recursive descent parser. It's not as efficient as bottom-up, but it's decent enough if the possibilities are tried in probabilistic order, especially in this day and age of code that uses CPU time and memory frivolously. The code is the grammar and is usually easy to fix when a bug is found. No need to get the grammar close to right from the outset, and no need for an inscrutable algorithm to generate parse tables. Skipping over errors can still be difficult, but it depends where they occur.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing.

GeneralRe: Bottom Up Parsing is Frustrating Pin
honey the codewitch12-Nov-21 3:58
mvahoney the codewitch12-Nov-21 3:58 
GeneralRe: Bottom Up Parsing is Frustrating Pin
Greg Utas12-Nov-21 4:16
professionalGreg Utas12-Nov-21 4:16 
GeneralRe: Bottom Up Parsing is Frustrating Pin
honey the codewitch12-Nov-21 4:34
mvahoney the codewitch12-Nov-21 4:34 
GeneralHigh Cinema Pin
David O'Neil11-Nov-21 17:50
professionalDavid O'Neil11-Nov-21 17:50 
GeneralRe: High Cinema Pin
yacCarsten11-Nov-21 20:41
yacCarsten11-Nov-21 20:41 
GeneralRe: High Cinema Pin
Jon McKee11-Nov-21 21:08
professionalJon McKee11-Nov-21 21:08 
GeneralRe: High Cinema Pin
Nelek11-Nov-21 22:00
protectorNelek11-Nov-21 22:00 
GeneralHuh. Pin
Brisingr Aerowing11-Nov-21 14:20
professionalBrisingr Aerowing11-Nov-21 14:20 
GeneralRe: Huh. Pin
Richard MacCutchan11-Nov-21 21:08
mveRichard MacCutchan11-Nov-21 21:08 
GeneralRe: Huh. Pin
Sander Rossel11-Nov-21 22:53
professionalSander Rossel11-Nov-21 22:53 
JokeOh Deer.. PinPopular
Mike Hankey11-Nov-21 12:50
mveMike Hankey11-Nov-21 12:50 
GeneralRe: Oh Deer.. Pin
Greg Utas11-Nov-21 13:43
professionalGreg Utas11-Nov-21 13:43 
GeneralRe: Oh Deer.. Pin
Rajeev Jayaram11-Nov-21 20:46
Rajeev Jayaram11-Nov-21 20:46 
GeneralRe: Oh Deer.. Pin
Fueled By Decaff11-Nov-21 23:08
Fueled By Decaff11-Nov-21 23:08 
GeneralRe: Oh Deer.. Pin
den2k8811-Nov-21 23:29
professionalden2k8811-Nov-21 23:29 
GeneralRe: Oh Deer.. Pin
Slow Eddie12-Nov-21 1:40
professionalSlow Eddie12-Nov-21 1:40 
QuestionAnyone know any good resources for extending VS and VS Code syntax highlighting/intellisense? Pin
honey the codewitch11-Nov-21 9:40
mvahoney the codewitch11-Nov-21 9:40 

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.