# bookshelf_parser **Repository Path**: createrjd/bookshelf_parser ## Basic Information - **Project Name**: bookshelf_parser - **Description**: 简单的bookshelf解析器 - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-03 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a simple bookshelf parser writen with flex/bison. Driver(data struct or data class) not implement in this project, just print data in 'action'. # requirements `sudo apt install flex` `sudo apt install bison` # how to build `mkdir build` `cd build` `cmake ..` `make` `./bs < ../adaptec1/adaptec1.nets` # some else only build with C.