Click here to Skip to main content
15,887,135 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: Ruminations on parsing. Pin
Bruno van Dooren23-Nov-23 21:57
mvaBruno van Dooren23-Nov-23 21:57 
GeneralRe: Ruminations on parsing. Pin
honey the codewitch23-Nov-23 23:35
mvahoney the codewitch23-Nov-23 23:35 
GeneralRe: Ruminations on parsing. Pin
Bruno van Dooren24-Nov-23 0:48
mvaBruno van Dooren24-Nov-23 0:48 
GeneralRe: Ruminations on parsing. Pin
honey the codewitch24-Nov-23 4:34
mvahoney the codewitch24-Nov-23 4:34 
GeneralRe: Ruminations on parsing. Pin
jschell24-Nov-23 2:38
jschell24-Nov-23 2:38 
GeneralRe: Ruminations on parsing. Pin
honey the codewitch24-Nov-23 4:37
mvahoney the codewitch24-Nov-23 4:37 
GeneralRe: Ruminations on parsing. Pin
Richard Andrew x6424-Nov-23 10:22
professionalRichard Andrew x6424-Nov-23 10:22 
GeneralRe: Ruminations on parsing. Pin
honey the codewitch24-Nov-23 12:00
mvahoney the codewitch24-Nov-23 12:00 
There are. Chomsky type 1 and type 0 languages are context dependent.

They model human language.

You can represent them with an Earley grammar, but an Earley grammar is not practical to parse on a real system. It's strictly theoretical.

It's also possible to parse context sensitive languages with a context free grammar using a GLR parser. You will get multiple trees back due to the ambiguity of such languages without context. Your job would then be to decide which tree is valid.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

GeneralRe: Ruminations on parsing. Pin
Mircea Neacsu24-Nov-23 13:32
Mircea Neacsu24-Nov-23 13:32 
GeneralRe: Ruminations on parsing. Pin
jschell25-Nov-23 6:52
jschell25-Nov-23 6:52 
GeneralRe: Ruminations on parsing. Pin
honey the codewitch25-Nov-23 7:32
mvahoney the codewitch25-Nov-23 7:32 
GeneralRe: Ruminations on parsing. Pin
jschell27-Nov-23 5:47
jschell27-Nov-23 5:47 
GeneralRe: Ruminations on parsing. Pin
jschell25-Nov-23 6:48
jschell25-Nov-23 6:48 
GeneralRe: Ruminations on parsing. Pin
honey the codewitch25-Nov-23 7:27
mvahoney the codewitch25-Nov-23 7:27 
GeneralRe: Ruminations on parsing. Pin
jschell27-Nov-23 5:49
jschell27-Nov-23 5:49 
GeneralRe: Ruminations on parsing. Pin
Greg Utas24-Nov-23 15:05
professionalGreg Utas24-Nov-23 15:05 
GeneralRe: Ruminations on parsing. Pin
honey the codewitch25-Nov-23 4:49
mvahoney the codewitch25-Nov-23 4:49 
GeneralFarming Pin
trønderen23-Nov-23 13:52
trønderen23-Nov-23 13:52 
GeneralRe: Farming Pin
devenv.exe23-Nov-23 15:06
professionaldevenv.exe23-Nov-23 15:06 
GeneralRe: Farming Pin
Gerry Schmitz23-Nov-23 15:44
mveGerry Schmitz23-Nov-23 15:44 
GeneralRe: Farming Pin
englebart23-Nov-23 16:32
professionalenglebart23-Nov-23 16:32 
GeneralRe: Farming Pin
charlieg24-Nov-23 23:46
charlieg24-Nov-23 23:46 
GeneralRe: Farming Pin
jmaida23-Nov-23 17:17
jmaida23-Nov-23 17:17 
GeneralRe: Farming Pin
Daniel Pfeffer23-Nov-23 20:10
professionalDaniel Pfeffer23-Nov-23 20:10 
GeneralRe: Farming Pin
GuyThiebaut23-Nov-23 20:42
professionalGuyThiebaut23-Nov-23 20:42 

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.