.. |
blob.c
|
use picrin's strdup impl if possible
|
2014-02-01 19:32:39 +09:00 |
bool.c
|
emit OP_NOT
|
2014-02-02 14:55:46 +09:00 |
char.c
|
clarify license information
|
2014-01-17 20:58:31 +09:00 |
codegen.c
|
let OP_RET take an argument
|
2014-02-20 16:01:29 +09:00 |
cont.c
|
add coarity register to the VM
|
2014-02-20 16:33:18 +09:00 |
error.c
|
(finally!) hunt the bug. no more segv on error in repl
|
2014-02-19 02:24:30 +09:00 |
file.c
|
unify includes of stdio and assert
|
2014-02-11 23:25:25 +09:00 |
gc.c
|
s/syntax/macro/g
|
2014-02-12 11:13:29 +09:00 |
init.c
|
place define-macro syntax in (picrin macro) library
|
2014-02-13 14:59:17 +09:00 |
lib.c
|
include xhash in picrin.h
|
2014-02-07 01:24:51 +09:00 |
load.c
|
place `load` function under (scheme load) library
|
2014-02-15 12:53:07 +09:00 |
macro.c
|
fix #56. thank you @justinethier
|
2014-02-20 11:58:27 +09:00 |
number.c
|
rewrite deflibrary using gensym
|
2014-02-01 15:41:30 +09:00 |
pair.c
|
dont consume arena in pic_append
|
2014-02-11 16:22:17 +09:00 |
parse.y
|
unify includes of stdio and assert
|
2014-02-11 23:25:25 +09:00 |
port.c
|
add char-ready?
|
2014-02-18 19:20:29 +09:00 |
proc.c
|
add partial apply funciton
|
2014-02-12 01:17:05 +09:00 |
scan.l
|
newlines are included in block comments
|
2014-02-19 01:58:40 +09:00 |
state.c
|
save symbol names in xhash
|
2014-02-13 00:14:03 +09:00 |
string.c
|
publish format function family
|
2014-02-15 19:53:16 +09:00 |
symbol.c
|
cleanup
|
2014-02-13 15:01:01 +09:00 |
system.c
|
pic->envp is nullable
|
2014-02-13 15:37:15 +09:00 |
time.c
|
rewrite deflibrary using gensym
|
2014-02-01 15:41:30 +09:00 |
var.c
|
unify includes of stdio and assert
|
2014-02-11 23:25:25 +09:00 |
vector.c
|
change return value of pic_get_args
|
2014-02-01 14:23:21 +09:00 |
vm.c
|
VM end state shows info based on the position the VM entered
|
2014-02-20 17:09:55 +09:00 |
write.c
|
[workaround] traverse_seq is broken, use traverse_shared instead
|
2014-02-19 01:15:30 +09:00 |