+ Reply to Thread
Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30

Thread: Creating A Simple Compiler: Part 1

  1. #21
    Dumaju is offline Newbie
    Join Date
    Mar 2010
    Location
    Manchester, Great Britain
    Posts
    8
    Rep Power
    0

    Re: Creating A Simple Compiler: Part 1

    You know what's really funny? I specifically came on here to ask if anyone knew of any decent resources on parsing. You just made my day

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #22
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: Creating A Simple Compiler: Part 1

    Glad I could be of service. Now if I only had the time to continue this...
    sudo rm -rf /

  4. #23
    baonet is offline Newbie
    Join Date
    Jun 2010
    Posts
    1
    Rep Power
    0

    Thumbs down Re: Creating A Simple Compiler: Part 1

    pls what is the usefulness of callcode

  5. #24
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: Creating A Simple Compiler: Part 1

    Not entirely sure what you mean by that. Are you questioning the usefulness of CodeCall?
    sudo rm -rf /

  6. #25
    Join Date
    Sep 2009
    Location
    USA
    Posts
    3,400
    Blog Entries
    5
    Rep Power
    37

    Re: Creating A Simple Compiler: Part 1

    Quote Originally Posted by dargueta View Post
    Not entirely sure what you mean by that. Are you questioning the usefulness of CodeCall?


    It just sounded like something Clippy would say
    Root Beer == System Administrator's Beer
    Download the new operating system programming kit! (some assembly required)

  7. #26
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: Creating A Simple Compiler: Part 1

    Hahaha

    It looks like you're writing a letter. Can I help you with that?
    sudo rm -rf /

  8. #27
    Hamed's Avatar
    Hamed is offline Programming Professional
    Join Date
    May 2009
    Location
    Iran-Shiraz
    Posts
    223
    Rep Power
    0

    Re: Creating A Simple Compiler: Part 1

    Very good I like it,
    I want to create my language!

  9. #28
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: Creating A Simple Compiler: Part 1

    Well, you're on your way. There are five more parts after this.
    sudo rm -rf /

  10. #29
    Hamed's Avatar
    Hamed is offline Programming Professional
    Join Date
    May 2009
    Location
    Iran-Shiraz
    Posts
    223
    Rep Power
    0

    Re: Creating A Simple Compiler: Part 1

    Which language do you use for compiler? is it C?
    How to have string ?

  11. #30
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: Creating A Simple Compiler: Part 1

    I use C, but you can use C++ if you like. If you're using C++ then you can use std::string if you include <string>. With C you can either use a fixed-size character buffer or a pointer to a character buffer on the heap that can be reallocated to accommodate the string size. Is that what you meant?
    sudo rm -rf /

+ Reply to Thread
Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Intermediate Creating A Simple Compiler: Part 6
    By dargueta in forum C Tutorials
    Replies: 10
    Last Post: 03-04-2011, 12:02 PM
  2. Creating a Simple Compiler: Part 5
    By dargueta in forum C Tutorials
    Replies: 1
    Last Post: 08-08-2010, 10:58 AM
  3. Creating A Simple Compiler: Part 4
    By dargueta in forum C Tutorials
    Replies: 7
    Last Post: 04-19-2010, 04:19 PM
  4. Creating A Simple Compiler: Part 2
    By dargueta in forum C Tutorials
    Replies: 3
    Last Post: 01-08-2010, 12:25 AM
  5. Creating A Simple Compiler: Part 3
    By dargueta in forum C Tutorials
    Replies: 4
    Last Post: 01-06-2010, 03:57 PM

Tags for this Thread

Bookmarks

Posting Permissions

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