Work on the eval-quote bug. I have a really profound misunderstanding here!

But, in working on it, I've worked hard on documentation, which is good.
This commit is contained in:
Simon Brooke 2018-12-06 17:55:54 +00:00
parent 7f29c11592
commit 3112f190db
13 changed files with 45 additions and 21 deletions

View file

@ -1,8 +1,12 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
* repl.c
*
* the read/eval/print loop
*
* (c) 2017 Simon Brooke <simon@journeyman.cc>
* Licensed under GPL version 2.0, or, at your option, any later version.
*/
#include <stdbool.h>
#include <stdio.h>
#include <wchar.h>