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: [link] (return (list (quote link) (string-append a b))) [link] (list (quote link) (string-append a b)) [link] (quote link) [link] (##core#quote link) [link] (string-append a b) [link] (values575 #f #f) [link] (values558 #f #f) (define text (star (choice tag link words))) (##core#set! text (star (choice tag link words))) (star (choice tag link words)) (choice tag link words) (define (bbparse t) (text t 0)) (##core#set! bbparse (##core#lambda (t) (text t 0))) (##core#lambda (t) (text t 0)) [bbparse] (##core#begin (text t 0)) [bbparse] (text t 0) <--