Start the standard library
authorLuke Lau <luke_lau@icloud.com>
Sat, 9 Nov 2019 17:51:23 +0000 (17:51 +0000)
committerLuke Lau <luke_lau@icloud.com>
Sat, 9 Nov 2019 17:53:17 +0000 (17:53 +0000)
commit0b171dce6581f540f231ec877d35304c50f7a37b
tree5f4cd7a313e59f9f729958d9589f10165e7ce15c
parent705b0b8458673edb7273e6e19914390a55e51d23
Start the standard library

Our standard library so far is just going to contain a single function
that acts as a version of putchar(3), except it operates on doubles.
We'll also flush stdout so that we can immediately see what we've
printed when we're inside the repl.
stdlib.c [new file with mode: 0644]