Click here to Skip to main content
15,893,161 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: swimming out past the markers Pin
Chris Maunder16-Jul-19 13:45
cofounderChris Maunder16-Jul-19 13:45 
GeneralRe: swimming out past the markers Pin
honey the codewitch16-Jul-19 14:01
mvahoney the codewitch16-Jul-19 14:01 
GeneralRe: swimming out past the markers Pin
BillWoodruff16-Jul-19 21:02
professionalBillWoodruff16-Jul-19 21:02 
GeneralRe: swimming out past the markers Pin
honey the codewitch17-Jul-19 2:54
mvahoney the codewitch17-Jul-19 2:54 
GeneralRe: swimming out past the markers Pin
BillWoodruff17-Jul-19 22:48
professionalBillWoodruff17-Jul-19 22:48 
GeneralRe: swimming out past the markers Pin
honey the codewitch17-Jul-19 22:50
mvahoney the codewitch17-Jul-19 22:50 
GeneralRe: swimming out past the markers Pin
BillWoodruff17-Jul-19 22:54
professionalBillWoodruff17-Jul-19 22:54 
GeneralRe: swimming out past the markers Pin
honey the codewitch17-Jul-19 22:59
mvahoney the codewitch17-Jul-19 22:59 
ah, well ANTLR is pretty well covered territory for me. In fact I started experimenting with a similar technology that ANTLR uses for its "parse tables" (actually state machines) in my projects though I may not go with it as I think I found a better way to do LL(k)

In the end, I'm making a universal LL generator. LL parsing is the easiest to use, but currently the hardest to design grammars for because LL(1) is limited, and LL(k) is complicated and traditionally memory intensive, while LL(*) is expensive.

ANTLR4 uses a variant of LL(k) called LL regular (I think?)

I'm making my own "strong" LL(k) using a technique that i think is somewhat similar to this one: The PREDICT-k Function[^]

So basically I'm making my own ANTLR but eventually I intend to extend it to LL(*) - which I've already implemented part of, and I need to finish my LL(k) parser.
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: swimming out past the markers Pin
BillWoodruff17-Jul-19 23:23
professionalBillWoodruff17-Jul-19 23:23 
GeneralRe: swimming out past the markers Pin
honey the codewitch17-Jul-19 23:25
mvahoney the codewitch17-Jul-19 23:25 
General.Net Remoting, is it still relevant? Pin
GKP199216-Jul-19 5:14
professionalGKP199216-Jul-19 5:14 
GeneralRe: .Net Remoting, is it still relevant? Pin
F-ES Sitecore16-Jul-19 5:22
professionalF-ES Sitecore16-Jul-19 5:22 
GeneralRe: .Net Remoting, is it still relevant? Pin
CodeWraith16-Jul-19 5:30
CodeWraith16-Jul-19 5:30 
GeneralRe: .Net Remoting, is it still relevant? Pin
CodeWraith16-Jul-19 5:28
CodeWraith16-Jul-19 5:28 
GeneralRe: .Net Remoting, is it still relevant? Pin
raddevus16-Jul-19 5:31
mvaraddevus16-Jul-19 5:31 
GeneralRe: .Net Remoting, is it still relevant? Pin
GKP199216-Jul-19 6:15
professionalGKP199216-Jul-19 6:15 
GeneralRe: .Net Remoting, is it still relevant? Pin
#realJSOP16-Jul-19 8:23
mve#realJSOP16-Jul-19 8:23 
GeneralRe: .Net Remoting, is it still relevant? Pin
Thornik17-Jul-19 5:33
Thornik17-Jul-19 5:33 
GeneralRe: .Net Remoting, is it still relevant? Pin
PIEBALDconsult16-Jul-19 5:55
mvePIEBALDconsult16-Jul-19 5:55 
GeneralRe: .Net Remoting, is it still relevant? Pin
OriginalGriff16-Jul-19 6:24
mveOriginalGriff16-Jul-19 6:24 
JokeRe: .Net Remoting, is it still relevant? Pin
abmv16-Jul-19 8:32
professionalabmv16-Jul-19 8:32 
GeneralRe: .Net Remoting, is it still relevant? Pin
Mycroft Holmes16-Jul-19 12:05
professionalMycroft Holmes16-Jul-19 12:05 
GeneralRe: .Net Remoting, is it still relevant? Pin
Nand3217-Jul-19 0:55
Nand3217-Jul-19 0:55 
GeneralRe: .Net Remoting, is it still relevant? Pin
Matt McGuire17-Jul-19 4:42
professionalMatt McGuire17-Jul-19 4:42 
GeneralRe: .Net Remoting, is it still relevant? Pin
Nand3222-Jul-19 2:46
Nand3222-Jul-19 2:46 

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.