• Stars
    star
    8
  • Rank 2,088,279 (Top 42 %)
  • Language
    Java
  • Created about 7 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

基于JavaCC的Python编译器,实现了Python的一些基本语法。从词法分析、语法分析和语义分析三方面进行编译器的设计与实现。实现了一个以Java为开发语言,以JavaCC为编译器自动生成工具,语法模仿Python的编译器