Implement enough libb to make 'Hello, world!' work.
authorDavid Given <dg@cowlark.com>
Sun, 27 Nov 2016 21:05:15 +0000 (22:05 +0100)
committerDavid Given <dg@cowlark.com>
Sun, 27 Nov 2016 21:05:15 +0000 (22:05 +0100)
commit9f34262f95c3f579d388fd79a00f87dd66c3d674
treecab85e807a8f05a4fdb3d4bbd6cabc0f275973b7
parentfbd6e8f63db91116fc8b1023a8c24bd584c8612b
Implement enough libb to make 'Hello, world!' work.
lang/b/lib/b.h [new file with mode: 0644]
lang/b/lib/build.lua [new file with mode: 0644]
lang/b/lib/main.c [new file with mode: 0644]
plat/build.lua