Powerful scripting language & versatile interactive shell add sylixos support.
Go to file
Cheer Xiao e6f0375f64 Use uintptr for fd in IO redirections.
IO redirections use os module now, which uses uintptr for fd.
2013-09-19 18:11:01 +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 Use uintptr for fd in IO redirections. 2013-09-19 18:11:01 +08:00
main Evaluate pipeline. Pipes are not yet connected. 2013-09-19 13:20:55 +08:00
parse Use uintptr for fd in IO redirections. 2013-09-19 18:11:01 +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.