Powerful scripting language & versatile interactive shell add sylixos support.
Go to file
Cheer Xiao fff0c99526 Use composition to implement tagged union in response
C part still uses conventional tagged union.
2013-06-23 11:09:30 +08:00
client Use composition to implement tagged union in response 2013-06-23 11:09:30 +08:00
data Update sample requests in data/. 2013-06-18 21:46:32 +08:00
server Use composition to implement tagged union in response 2013-06-23 11:09:30 +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 Pass client/ directory to go build 2013-06-19 12:29:52 +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.