zig/std/os
Marc Tiehuis 803f0a295b Revise self-hosted command line interface
Commands are now separated more precisely from one another. Arguments
are parsed mostly using a custom argument parser instead of manually.
This should be on parity feature-wise with the previous main.zig but
adds a few extra code-paths as well that were not yet implemented.

Subcommands are much more prominent and consistent. The first argument
is always a sub-command and then all following arguments refer to that
command. Different commands display there own usage messages and options
based on what they can do instead of a one-for-all usage message that
was only applicable for the build commands previously.

The `cc` command is added and is intended for driving a c compiler. See #490.
This is currently a wrapper over the system cc and assumes that it
exists, but it should suffice as a starting point.
2018-04-12 22:28:47 +12:00
..
linux add more linux syscalls and constants 2018-04-10 23:29:24 -04:00
windows introduce std.heap.ArenaAllocator and std.heap.DirectAllocator 2018-02-12 02:14:44 -05:00
child_process.zig remove more signal handling stuff from std.os.ChildProcess 2018-04-03 18:26:49 -04:00
darwin_errno.zig
darwin.zig async tcp server proof of concept 2018-04-09 00:52:45 -04:00
file.zig Revise self-hosted command line interface 2018-04-12 22:28:47 +12:00
get_user_id.zig
index.zig async tcp server proof of concept 2018-04-09 00:52:45 -04:00
path.zig
test.zig fix up logic for macos std.os.deleteTree 2018-04-04 00:08:10 -04:00
zen.zig Zen specific hacks 2018-03-20 16:09:30 -04:00