Skip to content

Contains a lexical and syntactic analysis programs (c++) for SNL programming language.

Notifications You must be signed in to change notification settings

thechentr/SNL-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SNL-compiler

该项目包含用C语言编写的:

  • SNL语言词法分析程序
  • SNL语言递归下降语法分析程序
  • SNL语言LL(1)语法分析程序

用Python语言编写的:

  • 针对任一语言产生式的Predict集求解程序
  • 针对任一语言以上三种C语言程序的自动生成程序

  • SNL语言104条产生式的txt文档

具体说明可参考我的博客:编译原理课设计SNL语言编译器(语法分析部分)

除此之外,该项目提供了测试样例和可执行程序文件,可直接运行SNL_compiler\analyse.exe查看程序运行效果。

对于自动生成程序,可删除SNL_compiler后运行SNL语法分析代码生成器.py重新生成C语言代码,(该操作会重新生成一个与之前一致的SNL_compiler,但不包含测试样例和可执行程序文件,需重新编译)

About

Contains a lexical and syntactic analysis programs (c++) for SNL programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published