Click here to Skip to main content
15,923,006 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: Really really excited. I have an algorithm that's got me hot Pin
honey the codewitch11-May-19 10:08
mvahoney the codewitch11-May-19 10:08 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
User 1106097911-May-19 10:13
User 1106097911-May-19 10:13 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
honey the codewitch11-May-19 10:24
mvahoney the codewitch11-May-19 10:24 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
honey the codewitch11-May-19 10:27
mvahoney the codewitch11-May-19 10:27 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
User 1106097911-May-19 10:46
User 1106097911-May-19 10:46 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
honey the codewitch11-May-19 10:48
mvahoney the codewitch11-May-19 10:48 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
User 1106097911-May-19 10:59
User 1106097911-May-19 10:59 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
honey the codewitch11-May-19 11:11
mvahoney the codewitch11-May-19 11:11 
No worries. It's a real specialization.

The goal though, is clean grammars and clean parse trees + easy to use and efficient parsers.

So far, this does it all, and I've not gone past LL(1) in the actual parsing algorithm itself.

Trust me when I say, I think only one tool put out there *might* have done this before, and it wasn't a generator, just a parser.

And I can't be sure because it was commercial and they never told you what algo they used. They didn't have to because you could write whatever you want into it, like I did above - you didn't need to know. <--- and that's hard to achieve.

In fact, the attributed EBNF syntax I use was inspired by that tool - called Programmar. It's not around anymore, unfortunately.

Anyway, my tool gives you LL(1) without the hassle of LL(1)
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: Really really excited. I have an algorithm that's got me hot Pin
Ravi Bhavnani11-May-19 12:20
professionalRavi Bhavnani11-May-19 12:20 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
honey the codewitch11-May-19 12:29
mvahoney the codewitch11-May-19 12:29 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
Ravi Bhavnani11-May-19 13:04
professionalRavi Bhavnani11-May-19 13:04 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
honey the codewitch11-May-19 14:34
mvahoney the codewitch11-May-19 14:34 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
Super Lloyd11-May-19 13:38
Super Lloyd11-May-19 13:38 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
Kornfeld Eliyahu Peter11-May-19 20:48
professionalKornfeld Eliyahu Peter11-May-19 20:48 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
honey the codewitch11-May-19 21:38
mvahoney the codewitch11-May-19 21:38 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
Kornfeld Eliyahu Peter11-May-19 21:46
professionalKornfeld Eliyahu Peter11-May-19 21:46 
GeneralRe: Really really excited. I have an algorithm that's got me hot Pin
honey the codewitch11-May-19 22:33
mvahoney the codewitch11-May-19 22:33 
GeneralGood morning ;) Pin
User 1106097911-May-19 8:02
User 1106097911-May-19 8:02 
GeneralRe: Good morning ;) Pin
Mike Hankey11-May-19 8:30
mveMike Hankey11-May-19 8:30 
GeneralRe: Good morning ;) Pin
User 1106097911-May-19 9:09
User 1106097911-May-19 9:09 
GeneralRe: Good morning ;) Pin
User 1106097930-May-19 12:17
User 1106097930-May-19 12:17 
GeneralRe: Good morning ;) Pin
Mike Hankey30-May-19 12:23
mveMike Hankey30-May-19 12:23 
GeneralDo you ever feel too clever? Pin
honey the codewitch10-May-19 15:59
mvahoney the codewitch10-May-19 15:59 
AnswerRe: Do you ever feel too clever? Pin
lopatir10-May-19 16:58
lopatir10-May-19 16:58 
GeneralRe: Do you ever feel too clever? Pin
RickZeeland10-May-19 20:42
mveRickZeeland10-May-19 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.