# Compiler **Repository Path**: modnar/Compiler ## Basic Information - **Project Name**: Compiler - **Description**: Compiler's implementation - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Compiler ### [Tools](./Tools/) - Judging whether the grammar is LL(1), SLR(1) or LR(1). ### Implementation in [C/C++ (Lex & Yacc)](./cpp/) - Using Lex(Flex), Yacc(Bison) and C/C++ to implement a simple compiler. Status: TODO ### Implementation in [Java](./java/) - Using Java to implement a simple compiler. Source code are from "Compilers Principles, Techniques and Tools" #### Date: 2019-05-12