# lex_yacc_note **Repository Path**: coderzjd/lex_yacc_note ## Basic Information - **Project Name**: lex_yacc_note - **Description**: lex_yacc_note - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-03 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README + [编译原理之 Lex & Yacc](https://www.lixkit.com/posts/20895/) + [lex&Yacc第二版](https://github.com/IammyselfYBX/Lex-Yacc) + [antlr4](https://www.antlr.org/) + 搭建环境 `sudo apt install flex bison gcc make -y`