TODO: new file.

This commit is contained in:
Jan Nieuwenhuizen 2016-07-10 15:31:45 +02:00
parent b3d105ad50
commit 18d09f4837
1 changed files with 36 additions and 0 deletions

36
TODO Normal file
View File

@ -0,0 +1,36 @@
-*-mode:org-*-
* run psyntax.pp v2
** implement core primitives: DONE
begin
define
if
lambda
letrec
quote
set!
** implement minimal needed rsr3/rsr4:
"string"
#(v e c t o r)
#\CHAR
assq
call-with-values
char?
length
list
list->vector
make-vector
memv
string
string-append
string?
symbol?
values
vector
vector->list
vector-length
vector-ref
vector-set!
vector?
... possibly also: any, each, unquote-splicing
** implement extras: (gensym)
** hook-up sc-expand, see guile-1.0?: scheme:eval-transformer