no title added by Kucuq on Sat Apr 21 19:26:52 2012
HICKEN (c)2008-2011 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version 4.7.0 linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ] compiled 2012-04-05 on kyon (Linux) ; loading parser-combinators.scm ... ; loading /usr/local/lib/chicken/6/chicken.import.so ... ; loading /usr/local/lib/chicken/6/scheme.import.so ... ; loading /usr/local/lib/chicken/6/srfi-14.import.so ... Warning: reference to possibly unbound identifier `read-line' in: Warning: test-parser Warning: reference to possibly unbound identifier `printf' in: Warning: test-parser Error: module unresolved: bbcode Call history: <syntax> [link] (return (list (quote link) (string-append a b))) <syntax> [link] (list (quote link) (string-append a b)) <syntax> [link] (quote link) <syntax> [link] (##core#quote link) <syntax> [link] (string-append a b) <syntax> [link] (values575 #f #f) <syntax> [link] (values558 #f #f) <syntax> (define text (star (choice tag link words))) <syntax> (##core#set! text (star (choice tag link words))) <syntax> (star (choice tag link words)) <syntax> (choice tag link words) <syntax> (define (bbparse t) (text t 0)) <syntax> (##core#set! bbparse (##core#lambda (t) (text t 0))) <syntax> (##core#lambda (t) (text t 0)) <syntax> [bbparse] (##core#begin (text t 0)) <syntax> [bbparse] (text t 0) <--