Skip to content

yztz/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.
├── bison.y         语义分析定义文件
├── grammar.txt     BNF文法描述
├── in              只有输入没有输出的测试用例
├── include         头文件目录
├── inout           含有输入&输出的测试用例
├── lex.l           词法分析定义文件
├── loop            无限循环的测试用例
├── Makefile        工程构建文件
├── note.txt        笔记
├── out             只有输出没有输入的测试用例
├── src             源文件目录
├── target          .o文件输出目录
├── test            测试代码目录
├── test.txt        用于重定向输入输出的测试文件
└── ysh             目标文件

内建指令(测试使用)fg jobs cd exit

About

轻量的shell实现-Yshell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published