Thread: Yacc and Lex

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    47

    Yacc and Lex

    Hey,

    I have used yacc and lex equivalents in java but have a few questions about them in C++.

    1. Where can I get these (Are they included in the g++ compiler)
    2. Are they cross-platform?


    Thanks

  2. #2
    Registered User
    Join Date
    Mar 2004
    Posts
    494
    YACC as in Yet Another Compiler Compiler , this is program that automatically generates a parser based on specifications written in sytax similiar to BNF. Bison is its GNU equivalent. I happen o read one of my books and came across this, thats all i know, the book also has some examples in C.
    When no one helps you out. Call google();

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Three Address Code generation using Lex, Yacc
    By Raman in forum C Programming
    Replies: 1
    Last Post: 11-04-2008, 09:04 AM
  2. Anybody into lex and yacc ?
    By spank in forum Tech Board
    Replies: 8
    Last Post: 07-20-2007, 03:30 AM
  3. using YACC and lex to make your own shell...
    By YankeePride13 in forum Linux Programming
    Replies: 2
    Last Post: 12-28-2005, 10:00 AM
  4. Lex and Yacc
    By Mystic_Skies in forum Linux Programming
    Replies: 2
    Last Post: 12-05-2004, 04:06 PM
  5. Code for C Compiler using lex and yacc
    By jaadugary in forum C Programming
    Replies: 0
    Last Post: 05-10-2003, 09:11 AM