Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

1216892614/compile-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简单编译器

计划

  • 词法分析:lexical_analysis()
  • 语法分析:parsing()
  • 汇编生成:asm_generate()

运行测试

$ cargo test

项目结构

.
├── Cargo.lock
├── Cargo.toml
├── src
│   ├── lexical_analysis
│   │   └── ...
│   ├── lexical_analysis.rs #词法分析
│   └── lib.rs
└── static
    └── keep_str.jsonc #保留字存放位置

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages