Click here to Skip to main content
15,903,033 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: So, what is WTL exactly? Pin
Nick Parker14-Oct-02 5:16
protectorNick Parker14-Oct-02 5:16 
QuestionHow do I work with CComPtr Pin
Jose Cruz11-Oct-02 4:30
Jose Cruz11-Oct-02 4:30 
AnswerRe: How do I work with CComPtr Pin
Paul M Watt11-Oct-02 5:42
mentorPaul M Watt11-Oct-02 5:42 
AnswerRe: How do I work with CComPtr Pin
Jörgen Sigvardsson16-Oct-02 12:49
Jörgen Sigvardsson16-Oct-02 12:49 
GeneralRe: How do I work with CComPtr Pin
Le centriste21-Oct-02 18:13
Le centriste21-Oct-02 18:13 
QuestionYou into LL(k) parsers? Pin
Jörgen Sigvardsson11-Oct-02 3:51
Jörgen Sigvardsson11-Oct-02 3:51 
AnswerRe: You into LL(k) parsers? Pin
Paul M Watt11-Oct-02 5:30
mentorPaul M Watt11-Oct-02 5:30 
GeneralRe: You into LL(k) parsers? Pin
Jörgen Sigvardsson11-Oct-02 7:09
Jörgen Sigvardsson11-Oct-02 7:09 
Not yet. I browsed through the documentation and found that it's excellent in theory. Smile | :)

What's really excellent is that you don't need a separate tool like yacc or bison - you just need C++/STL! And the quality seems very high. It's being submitted to the boost library/committers so it has to be high quality.

They're also working on a strict LL(1) parser (more efficient in terms of speed and memory) for every day grammars. What's lovely with LL(k) is that it can take on complex grammars like that of C++.

Also, if I understood the docs correctly, it also has support for symbol management with complete scoping! They even claim that they'll implement the different scoping rules found in C++ - including König lookup.

If I need to write a parser/compiler again, I'll sure try this library. It looks very promising.

--
Please state the nature of your medical emergency.
AnswerRe: You into LL(k) parsers? Pin
Joao Vaz15-Oct-02 6:04
Joao Vaz15-Oct-02 6:04 
GeneralRe: You into LL(k) parsers? Pin
Jörgen Sigvardsson15-Oct-02 10:54
Jörgen Sigvardsson15-Oct-02 10:54 
GeneralRe: You into LL(k) parsers? Pin
Joao Vaz15-Oct-02 12:41
Joao Vaz15-Oct-02 12:41 
GeneralRe: You into LL(k) parsers? Pin
Alexandru Savescu15-Oct-02 21:49
Alexandru Savescu15-Oct-02 21:49 
GeneralRe: You into LL(k) parsers? Pin
Jörgen Sigvardsson15-Oct-02 22:09
Jörgen Sigvardsson15-Oct-02 22:09 
GeneralRe: You into LL(k) parsers? Pin
Alexandru Savescu15-Oct-02 22:24
Alexandru Savescu15-Oct-02 22:24 
GeneralATL and XP themes Pin
LukeV9-Oct-02 15:04
LukeV9-Oct-02 15:04 
GeneralRe: ATL and XP themes Pin
Heath Stewart11-Oct-02 8:12
protectorHeath Stewart11-Oct-02 8:12 
GeneralRe: ATL and XP themes Pin
LukeV29-Oct-02 2:56
LukeV29-Oct-02 2:56 
GeneralRe: ATL and XP themes Pin
Heath Stewart29-Oct-02 4:17
protectorHeath Stewart29-Oct-02 4:17 
GeneralWM_INITDIALOG and PropertySheet Pin
enzee8-Oct-02 9:48
enzee8-Oct-02 9:48 
GeneralRe: WM_INITDIALOG and PropertySheet Pin
Ed Gadziemski9-Oct-02 4:08
professionalEd Gadziemski9-Oct-02 4:08 
GeneralHelp with Error Pin
Jose Cruz8-Oct-02 5:35
Jose Cruz8-Oct-02 5:35 
GeneralRe: Help with Error Pin
Stephane Rodriguez.8-Oct-02 5:49
Stephane Rodriguez.8-Oct-02 5:49 
GeneralRe: Help with Error Pin
Jose Cruz8-Oct-02 6:23
Jose Cruz8-Oct-02 6:23 
GeneralRe: Help with Error Pin
Stephane Rodriguez.8-Oct-02 6:24
Stephane Rodriguez.8-Oct-02 6:24 
GeneralRe: Help with Error Pin
Michael Dunn8-Oct-02 19:10
sitebuilderMichael Dunn8-Oct-02 19:10 

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.