Powerful scripting language & versatile interactive shell add sylixos support.
Go to file
2013-06-18 22:39:11 +08:00
client Implement ResProcState. 2013-06-18 22:21:41 +08:00
data Update sample requests in data/. 2013-06-18 21:46:32 +08:00
server Implement ResBadRequest 2013-06-18 22:39:11 +08:00
dasc-dummy Add dasc-dummy, the simpliest dasc implementation for testing 2013-06-18 21:44:38 +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 Define _GNU_SOURCE in CFLAGS, not req.c 2013-06-18 22:29:41 +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.