Powerful scripting language & versatile interactive shell add sylixos support.
Go to file
2013-06-18 00:48:50 +08:00
client Rearrange source tree. The golang part is likely to be unconforming. 2013-06-17 12:19:30 +08:00
data das, an experimental Unix shell 2013-06-14 17:22:55 +08:00
server req.c: parse_* is now called load_*. 2013-06-18 00:48:50 +08:00
README.md add a README 2013-06-16 16:45:22 +08:00
Tupfile Rearrange source tree. The golang part is likely to be unconforming. 2013-06-17 12:19:30 +08:00
Tuprules.tup das, an experimental Unix shell 2013-06-14 17:22:55 +08:00

This is das, an experimental Unix shell.

das consists of two parts - pipeline building, forking, etc. are written in C; the rest in golang. The two parts communicate using two pipes.

das uses tup as the build system.