Powerful scripting language & versatile interactive shell add sylixos support.
Go to file
2013-09-18 16:36:42 +08:00
bin Just use syscall.ForkExec to do forking; update doc 2013-09-18 16:36:42 +08:00
das Just use syscall.ForkExec to do forking; update doc 2013-09-18 16:36:42 +08:00
doc Make metadata.md valid markdown by using ``` 2013-08-17 20:06:16 +08:00
libdasc libdasc/parse: Implement single-quoted string unquote 2013-09-18 15:57:42 +08:00
LICENSE Add license (BSD 2-clause) 2013-07-26 14:46:24 +08:00
README.md README: cosmetics 2013-07-29 11:27:20 +08:00
Tupfile Add libdasc/editor. 2013-09-03 22:22:28 +08:00
Tuprules.tup Add libdasc/editor. 2013-09-03 22:22:28 +08:00

das, an experimental Unix shell

das consists of two parts. Things related to forking are written in C (the server); the rest in golang. The two parts communicate using UNIX sockets.

das uses tup as the build system.

License

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