Having found rust wasn't going to work, I've hacked up a rough core of the

cons space in C. None of this is tested.
This commit is contained in:
simon 2017-01-06 15:25:16 +00:00
parent 655526afac
commit 2e77d2beb6
8 changed files with 398 additions and 0 deletions

12
src/version.h Normal file
View file

@ -0,0 +1,12 @@
/**
* version.h
*
* Just the version number. There's DEFINITELY a better way to do this!
*
*
* (c) 2017 Simon Brooke <simon@journeyman.cc>
* Licensed under GPL version 2.0, or, at your option, any later version.
*/
#define VERSION "0.0.0"