Update documentation.

* README: Add make targets.
* INSTALL: Add guix.
* HACKING: Add info on sc.
This commit is contained in:
Jan Nieuwenhuizen 2016-12-10 22:47:13 +01:00
parent 3a72f1f186
commit 696ff8bc77
3 changed files with 14 additions and 1 deletions

View File

@ -81,6 +81,8 @@ edx, esi, edi, ebp respectively.
*** [[http://www.muppetlabs.com/~breadbox/software/tiny/][Small ELF programs]]
*** [[http://www.cirosantilli.com/elf-hello-world/][Elf hello world]]
** SC - c as s-expressions
sc: http://sph.mn/content/3d3
** RNRS
*** [[http://www.scheme-reports.org/][Scheme Reports]]
*** [[ftp://publications.ai.mit.edu/ai-publications/pdf/AIM-349.pdf][Scheme - Report on Scheme]]

View File

@ -40,3 +40,6 @@ Let's just say for now that it gets awkward without a shell.
* Install it
make install
* Guix it...
guix package -f guix.scm

10
README
View File

@ -32,4 +32,12 @@ General Public Licence version 3 or later. See the file COPYING.
* Mescc compiler
scripts/mescc.mes doc/examples/main.c
scripts/mescc.mes doc/examples/main.c > a.out
* Other
make check
make guile-check
make mes-check
make paren
make mescc