«lex» 태그된 질문

5
Flex / Lex와 Yacc / Bison의 차이점은 무엇입니까?
Flex & Lex와 Yacc & Bison의 차이점은 무엇입니까? 나는 인터넷을 격렬하게 검색했지만 확실한 답을 찾지 못했습니다. Ubuntu에 순수 Lex 및 Yacc를 설치할 수 있습니까, 아니면 flex와 bison 만 설치할 수 있습니까? 혼란 스럽습니다. Lex 또는 Yacc가 여전히 누군가에 의해 유지되고 있습니까? 모두 무료입니까? Lex가 무료가 아닌 경우 Ubuntu 배포판에 Lex를 …
122 parsing  bison  yacc  flex-lexer  lex 

4
오류 : 알 수없는 유형 이름 'bool'
소스 코드를 다운로드하고 스캐너 파일을 컴파일하고 싶었습니다. 다음 오류가 발생합니다. [meepo@localhost cs143-pp1]$ gcc -o lex.yy.o lex.yy.c -ll In file included from scanner.l:15:0: scanner.h:59:5: error: unknown type name ‘bool’ In file included from scanner.l:16:0: utility.h:64:38: error: unknown type name ‘bool’ utility.h:74:1: error: unknown type name ‘bool’ In file included from scanner.l:17:0: …
88 c  gcc  lex 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.