Advertisement

1 - 10 of 25 containing alltags:("lex") (0.001 seconds)
Hello everyone A couple of friends are having problems with their new pc's. The machines are very similar component wise, one has ddr ram the other has sdram, both have a VIA motherboard from L...
Zones: Operating SystemsDate Answered: 02/24/2002 Grade: A Views: 0
I'm looking for lex/yacc for C++. I found flex++ which serves my purpose from the parser point of view. Now yacc I found bison++ but the problem is that bison is very strict with respect to copyrig...
Zones: C++Date Answered: 12/23/1997 Grade: C Views: 8
Platform: Digital Unix Compiler: cc How can I write a program with this three files? 1.- myProgram.c: Contains the source code and the parser call: yyparse() 2.- myProgram.y: Contains the p...
Zones: CDate Answered: 12/07/1999 Grade: B Views: 0
Hi,      I want to develop an application using Lex and Yacc. When I executed the Makefile following error occurs. How to rectify the same ? root@Suriya lexyacc]# make gcc -o calculator y.tab....
Zones: Linux DevDate Answered: 01/15/2004 Grade: B Views: 0
Hi,  I have done some programs using lex and yacc and "gcc" compiler in linux. Now i want to execute those programs in windows. I have MSVC++ compiler. But I need lex and yacc that runs in MSVC++....
Zones: C++Date Answered: 01/15/2004 Grade: B Views: 0
Hiya, i'll start by giving a full breakdown of the two box's in question. XP Pro Service Pack One Pentium 4 1.8Ghz CPU 256 DDR400 RAM ASUS P4S800 Motherboard (onboard LAN) 64MB Nvidia AGP Gr...
Zones: Linux NetDate Answered: 03/24/2004 Grade: A Views: 0
Hi, Recently  i got a LEX BNNF2 motherboard which has nVidia's nForce 2 chipset. It was all going fine with installing drivers etc. i put on a nForce 2 IDE controller driver which speeded up ...
Zones: SoftwareDate Answered: 05/17/2004 Grade: B Views: 0
I'm trying to parse a comma separated value file with lex, and came upon some difficulties: if i have 4 fields per line (field1, field2, field3, field4), using this pattern, will only grab u...
Zones: CDate Answered: 11/22/2004 Grade: A Views: 0
Hey experts, I downloaded fully all the files and packages that cygwin includes; however, cygwin is recognizing the yacc utility, but not recognizing the lex utility......any help on what should...
Zones: C, CYGWINDate Answered: 04/08/2005 Grade: B Views: 8
Hey experts, I've read many Lex example, but in all of them the comparison of the tokens that lex reads is always against something hard coded...i.e. never against a string that is inside a vari...
Zones: CDate Answered: 12/27/2005 Grade: A Views: 0