Click here to Skip to main content
15,896,456 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: when algorithms attack Pin
honey the codewitch16-Aug-19 5:12
mvahoney the codewitch16-Aug-19 5:12 
GeneralRe: when algorithms attack Pin
dandy7216-Aug-19 5:16
dandy7216-Aug-19 5:16 
GeneralRe: when algorithms attack Pin
honey the codewitch16-Aug-19 5:20
mvahoney the codewitch16-Aug-19 5:20 
GeneralRe: when algorithms attack Pin
Jon McKee16-Aug-19 9:31
professionalJon McKee16-Aug-19 9:31 
GeneralRe: when algorithms attack Pin
honey the codewitch16-Aug-19 9:35
mvahoney the codewitch16-Aug-19 9:35 
GeneralRe: when algorithms attack Pin
Jon McKee16-Aug-19 10:33
professionalJon McKee16-Aug-19 10:33 
GeneralRe: when algorithms attack Pin
honey the codewitch16-Aug-19 10:35
mvahoney the codewitch16-Aug-19 10:35 
GeneralRe: when algorithms attack Pin
honey the codewitch16-Aug-19 9:39
mvahoney the codewitch16-Aug-19 9:39 
C#
var lex = LexDocument.ReadFrom(filename); // could use Parse if needed here.
var cfg = CfgDocument.ReadFrom(filename); // same document

var tokenizer = lex.ToTokenizer(cfg.FillSymbols());
var parser = cfg.ToLalr1Parser(tokenizer);

that's not that bad for creating a LALR parser and tokenizer from a PCK spec at runtime
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: when algorithms attack Pin
Jörgen Andersson16-Aug-19 5:44
professionalJörgen Andersson16-Aug-19 5:44 
GeneralRe: when algorithms attack Pin
honey the codewitch16-Aug-19 8:52
mvahoney the codewitch16-Aug-19 8:52 
GeneralRe: when algorithms attack Pin
Gary Wheeler16-Aug-19 7:09
Gary Wheeler16-Aug-19 7:09 
GeneralRe: when algorithms attack Pin
honey the codewitch16-Aug-19 8:36
mvahoney the codewitch16-Aug-19 8:36 
GeneralRe: when algorithms attack Pin
Rage16-Aug-19 10:21
professionalRage16-Aug-19 10:21 
GeneralRe: when algorithms attack Pin
honey the codewitch16-Aug-19 10:22
mvahoney the codewitch16-Aug-19 10:22 
GeneralRe: when algorithms attack Pin
Rage16-Aug-19 10:32
professionalRage16-Aug-19 10:32 
GeneralRe: when algorithms attack Pin
honey the codewitch16-Aug-19 10:40
mvahoney the codewitch16-Aug-19 10:40 
GeneralHard life decisions... Pin
Sander Rossel16-Aug-19 4:00
professionalSander Rossel16-Aug-19 4:00 
GeneralRe: Hard life decisions... Pin
Marc Clifton16-Aug-19 4:35
mvaMarc Clifton16-Aug-19 4:35 
GeneralRe: Hard life decisions... Pin
Sander Rossel16-Aug-19 4:39
professionalSander Rossel16-Aug-19 4:39 
GeneralRe: Hard life decisions... Pin
ZurdoDev16-Aug-19 5:15
professionalZurdoDev16-Aug-19 5:15 
GeneralRe: Hard life decisions... Pin
honey the codewitch16-Aug-19 4:53
mvahoney the codewitch16-Aug-19 4:53 
GeneralRe: Hard life decisions... Pin
dandy7216-Aug-19 5:03
dandy7216-Aug-19 5:03 
GeneralRe: Hard life decisions... Pin
Sander Rossel16-Aug-19 9:20
professionalSander Rossel16-Aug-19 9:20 
GeneralRe: Hard life decisions... Pin
lopatir16-Aug-19 8:10
lopatir16-Aug-19 8:10 
GeneralRe: Hard life decisions... Pin
Sander Rossel16-Aug-19 9:18
professionalSander Rossel16-Aug-19 9:18 

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.