C Board  

Go Back   C Board > Platform Specific Boards > Linux Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 12-05-2004, 03:37 PM   #1
UCF
 
Mystic_Skies's Avatar
 
Join Date: Oct 2004
Posts: 33
Lex and Yacc

Hello,
I have a class where I'm supposed to create a program for lex and then one for yacc which on my school olympus account is flex and bison. I was wondering how do I go about creating editing the files? Can I use flex and bison to create and edit them or are they just for running the programs. I've been looking around online and cannot seem to find any information on it. Should I try to use something like the VI editor or is there a way to use the other two commands to start on the programs?
Mystic_Skies is offline   Reply With Quote
Old 12-05-2004, 03:54 PM   #2
and the hat of Jobseeking
 
Salem's Avatar
 
Join Date: Aug 2001
Location: The edge of the known universe
Posts: 21,706
Input files to lex and yacc are regular text files just like C programs are, so any text editor will do.
As for the syntax etc of the contents of these files, well that's a whole different ball game
Salem is offline   Reply With Quote
Old 12-05-2004, 04:06 PM   #3
UCF
 
Mystic_Skies's Avatar
 
Join Date: Oct 2004
Posts: 33
Alright thanks. I tried using VI editor but it seemed so complicated and then just found pico. Seems a lot easier. Thanks though.
Mystic_Skies is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Three Address Code generation using Lex, Yacc Raman C Programming 1 11-04-2008 09:04 AM
Anybody into lex and yacc ? spank Tech Board 8 07-20-2007 03:30 AM
using YACC and lex to make your own shell... YankeePride13 Linux Programming 2 12-28-2005 10:00 AM
Yacc and Lex Chronom1 C++ Programming 1 03-09-2005 08:03 AM
Code for C Compiler using lex and yacc jaadugary C Programming 0 05-10-2003 09:11 AM


All times are GMT -6. The time now is 11:45 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22