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:
parent
7f29c11592
commit
3112f190db
13 changed files with 45 additions and 21 deletions
10
src/repl.c
10
src/repl.c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue