文件名称:bish-master
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-03-12
- 文件大小:
- 25kb
- 下载次数:
- 0次
- 提 供 者:
- Reza Gh*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Bish is a lightweight language created to bring shell scr ipting into the 21st century. It gives programmers the comfort of modern syntax but compiles to Bash, resulting in good portability (in as much as Bash is portable).
Currently, Bish is still a very new language. I am adding new features as fast as I can, but it is bound not to support something you might like. In that case, see if you can implement it and submit a pull request!
As a side note, I won t stop you, but you would probably be crazy to use Bish in any sort of production environment until it stabilizes a bit more.
Currently, Bish is still a very new language. I am adding new features as fast as I can, but it is bound not to support something you might like. In that case, see if you can implement it and submit a pull request!
As a side note, I won t stop you, but you would probably be crazy to use Bish in any sort of production environment until it stabilizes a bit more.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bish-master
...........\.gitignore
...........\LICENSE
...........\Makefile
...........\README.md
...........\src
...........\...\CallGraph.cpp
...........\...\CallGraph.h
...........\...\CodeGen_Bash.cpp
...........\...\CodeGen_Bash.h
...........\...\IR.cpp
...........\...\IR.h
...........\...\IRAncestorsPass.cpp
...........\...\IRAncestorsPass.h
...........\...\IRVisitor.cpp
...........\...\IRVisitor.h
...........\...\Parser.cpp
...........\...\Parser.h
...........\...\StdLib.bish
...........\...\SymbolTable.cpp
...........\...\SymbolTable.h
...........\...\Type.h
...........\...\TypeChecker.cpp
...........\...\TypeChecker.h
...........\...\Util.h
...........\...\bish.cpp
...........\tests
...........\.....\double.bish
...........\.....\io_redirection.bish