CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Location
    Brazil
    Posts
    1

    Question Building a Compiler

    Hello,
    I have some big ideas every time, my new is to build a compiler, build my own development language, but i want to build my compiler using C++, because i'm learning C++.

    Thanks,
    Nathan Paulino Campos

  2. #2
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: Building a Compiler

    First things first, you'll need a parser. You could create one using Boost.Spirit, or there are other approaches.

    Be aware that this is a huge undertaking.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured