birth: Remove XXX about hitting stack limits

That's no longer a problem; missed this comment.

* birth.scm (sexp->es): Remove XXX.
master
Mike Gerwitz 2017-11-12 00:51:21 -05:00
parent 6138731304
commit 4b14c9097f
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 0 additions and 4 deletions

View File

@ -517,10 +517,6 @@
;; T may be either an array of tokens or a primitive token (e.g. string,
;; symbol). This procedure is applied recursively to T as needed if T is
;; a list.
;;
;; XXX: We hit stack limits ._. we want to compile in browser too! Until
;; then, increase Node.js' stack when invoking it from the command line
;; (`--stack-size').
(define (sexp->es t)
(if (not (list? t))
(error "unexpected non-list for sexp->es token"))