Powerful scripting language & versatile interactive shell add sylixos support.
Go to file
Cheer Xiao 5458975198 eval: Connect the pipes
Also fixed an unclosed fd by using os.OpenFile instead of syscall.Open.
2013-09-19 17:52:38 +08:00
doc Make metadata.md valid markdown by using ``` 2013-08-17 20:06:16 +08:00
edit edit: Remove unreachable code 2013-09-18 17:56:30 +08:00
eval eval: Connect the pipes 2013-09-19 17:52:38 +08:00
main Evaluate pipeline. Pipes are not yet connected. 2013-09-19 13:20:55 +08:00
parse Evaluate pipeline. Pipes are not yet connected. 2013-09-19 13:20:55 +08:00
.gitignore .gitignore: Add /t/ 2013-09-18 18:04:13 +08:00
LICENSE Add license (BSD 2-clause) 2013-07-26 14:46:24 +08:00
Makefile Use plain old make for building 2013-09-18 16:58:51 +08:00
README.md Use plain old make for building 2013-09-18 16:58:51 +08:00

das, an experimental Unix shell

Building

Just run make.

License

BSD 2-clause license. See LICENSE for a copy.