Click here to Skip to main content
15,904,155 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: I never knew I'd miss an operator I hate so much Pin
OriginalGriff9-Dec-19 21:14
mveOriginalGriff9-Dec-19 21:14 
GeneralRe: I never knew I'd miss an operator I hate so much Pin
PIEBALDconsult10-Dec-19 3:11
mvePIEBALDconsult10-Dec-19 3:11 
GeneralRe: I never knew I'd miss an operator I hate so much Pin
Super Lloyd8-Dec-19 23:29
Super Lloyd8-Dec-19 23:29 
GeneralRe: I never knew I'd miss an operator I hate so much Pin
honey the codewitch8-Dec-19 23:30
mvahoney the codewitch8-Dec-19 23:30 
GeneralRe: I never knew I'd miss an operator I hate so much Pin
Greg Utas9-Dec-19 1:11
professionalGreg Utas9-Dec-19 1:11 
GeneralRe: I never knew I'd miss an operator I hate so much Pin
honey the codewitch9-Dec-19 2:54
mvahoney the codewitch9-Dec-19 2:54 
GeneralRe: I never knew I'd miss an operator I hate so much Pin
PIEBALDconsult9-Dec-19 8:10
mvePIEBALDconsult9-Dec-19 8:10 
GeneralYAY! Slang parsed 8000+ lines of C# code. Pin
honey the codewitch8-Dec-19 16:29
mvahoney the codewitch8-Dec-19 16:29 
It parses fast enough, but it takes so long to resolve what it parsed though. I need to figure out how to optimize this thing.

Still, the parser is getting more and more stable. It already parses better than that ANTLR C#6 grammar did.

Technically, it can usually convert to VB without going through the resolution process, but it's kind of a hack. It just so happens that in VB there's no difference in syntax between a delegate invocation and a method call, nor a field access and a property access so it happens to work, but it's not proper to resolve method invocations as delegate invocations and all member access as field access which is what the parser has to do, since it doesn't have type info.

Overall I'm happy with the project but I need to figure on something to make it more speedy so it will be generally useful.
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: YAY! Slang parsed 8000+ lines of C# code. Pin
Chris Maunder8-Dec-19 16:35
cofounderChris Maunder8-Dec-19 16:35 
GeneralRe: YAY! Slang parsed 8000+ lines of C# code. Pin
honey the codewitch8-Dec-19 17:08
mvahoney the codewitch8-Dec-19 17:08 
GeneralRe: YAY! Slang parsed 8000+ lines of C# code. Pin
PIEBALDconsult8-Dec-19 17:06
mvePIEBALDconsult8-Dec-19 17:06 
GeneralRe: YAY! Slang parsed 8000+ lines of C# code. Pin
honey the codewitch8-Dec-19 17:07
mvahoney the codewitch8-Dec-19 17:07 
GeneralRe: YAY! Slang parsed 8000+ lines of C# code. Pin
PIEBALDconsult8-Dec-19 18:07
mvePIEBALDconsult8-Dec-19 18:07 
GeneralRe: YAY! Slang parsed 8000+ lines of C# code. Pin
honey the codewitch8-Dec-19 18:10
mvahoney the codewitch8-Dec-19 18:10 
GeneralRe: YAY! Slang parsed 8000+ lines of C# code. Pin
PIEBALDconsult8-Dec-19 18:14
mvePIEBALDconsult8-Dec-19 18:14 
GeneralRe: YAY! Slang parsed 8000+ lines of C# code. Pin
honey the codewitch8-Dec-19 18:16
mvahoney the codewitch8-Dec-19 18:16 
GeneralRe: YAY! Slang parsed 8000+ lines of C# code. Pin
Jörgen Andersson8-Dec-19 20:00
professionalJörgen Andersson8-Dec-19 20:00 
GeneralRe: YAY! Slang parsed 8000+ lines of C# code. Pin
Super Lloyd8-Dec-19 18:06
Super Lloyd8-Dec-19 18:06 
GeneralRe: YAY! Slang parsed 8000+ lines of C# code. Pin
honey the codewitch8-Dec-19 18:10
mvahoney the codewitch8-Dec-19 18:10 
GeneralRe: YAY! Slang parsed 8000+ lines of C# code. Pin
Super Lloyd8-Dec-19 18:42
Super Lloyd8-Dec-19 18:42 
GeneralRe: YAY! Slang parsed 8000+ lines of C# code. Pin
honey the codewitch8-Dec-19 18:46
mvahoney the codewitch8-Dec-19 18:46 
GeneralFun PinPopular
Majerus8-Dec-19 15:22
Majerus8-Dec-19 15:22 
GeneralRe: Fun Pin
Chris Maunder8-Dec-19 15:53
cofounderChris Maunder8-Dec-19 15:53 
GeneralRe: Fun Pin
Bassam Abdul-Baki13-Dec-19 5:19
professionalBassam Abdul-Baki13-Dec-19 5:19 
GeneralRe: Fun Pin
Member 141699338-Dec-19 18:23
Member 141699338-Dec-19 18:23 

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.