Results 1 to 3 of 3

Thread: File parsing

  1. #1
    ChimpFace9000
    Guest

    Post File parsing

    Are there any file parsing tutorials in c? Im trying to make my own programming language, just to learn. Remeber, c not c++. Thank you.

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Most people writing complex parsers (for example a new language) in C use tools like bison, yacc, or flex.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    ChimpFace9000
    Guest
    Ok ive given up on trying to write it myself and im gonna learn bison and flex. Know of any good tutorials?

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