/CCompilerConqueror

:computer: 编译原理小作业,一个速成的词法 / 语法分析器

Primary LanguageC++

CCC (CCompilerConqueror)

1. about

  • C-like Lexer and Syntax Parser.
  • basic C++ 11
  • XP & Pair Programming perhaps...

2. now

CCC(CCompilerConqueror) does not perform well.

3. future

TODO LIST:

  • Intermediate Code Generate.
  • Compiler Back-end.
  • Fully tested.

4. with

  • E011011101001: Lexer, Syntax tree in Web(front-end), GUI;
  • Xinbang-Hu: FIRST / FOLLOW set, Syntax Parser debugger, Flow-chart in Report;
  • Zzz-Syyy: Parse lexical-token, Generate Syntax tree, UnitTest, Report Management;
  • skyleaworlder: Gramma, UnitTest, Syntax Parser(part), Web(back-end), Code Management.

5. reference

  • slides;
  • some repositories in GitHub, but cannot be found again...