본문 바로가기

프로그래밍

Lex 와 Yacc

Lex 와 Yacc 설명
http://dinosaur.compilertools.net/
http://www.therobs.com/uman/lexyacc.shtml

Flex와 Bison의 다운로드 링크만 있는데 Lex, Yacc FAQ(http://www.therobs.com/uman/faq.shtml)를 보면

Flex and Bison are essentially compatible GNU versions of Lex and Yacc. Flex also supports C++ class generation and actions.

Flex와 Bison은 Lex, Yacc의 GNU 버전과 본질적으로 호환됩니다. Flex 역시 C++ 클래스 생성과 활용도 지원합니다.

Flex와 Bison의 Win32 포팅은 Wilbur Streett 라는 사람이 해놓았습니다.

http://www.monmouth.com/~wstreett/lex-yacc/lex-yacc.html

가면 다운받을 수 있습니다.

추가로 lex, yacc 예제를 http://memphis.compilertools.net/interpreter.html 에 가면 볼 수 있습니다.