MSVS C++ compiler:Visitor/iterator patterns and tree parsing

  • Context: C/C++ 
  • Thread starter Thread starter inotyce
  • Start date Start date
  • Tags Tags
    C++ Patterns Tree
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
inotyce
Messages
43
Reaction score
1
While creating the compiler, did they use these patterns to process the syntax/grammar trees ? I use MSVS C++ as a specific example, it can be any compiler in general.
Thank you a lot.
 
Last edited:
Physics news on Phys.org
Given that this compiler is not open source, even if somebody told you the patters were or were not used, you would have no way of verifying that and studying whatever details might be of interest.

I suggest you pick some other target for your research.