X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Ftoplevel.lisp;h=99d3b390f4758bf2123dea07d592021a53f8781b;hb=b5fa3794e05a706317998db74a71ae0e7e2f60cd;hp=497d4a032058918439a21b7962469505402a71b4;hpb=a156c35cc2a16a67a4e2e9ff0d81860d5f55e824;p=jscl.git diff --git a/src/toplevel.lisp b/src/toplevel.lisp index 497d4a0..99d3b39 100644 --- a/src/toplevel.lisp +++ b/src/toplevel.lisp @@ -16,6 +16,7 @@ ;; You should have received a copy of the GNU General Public License ;; along with JSCL. If not, see . +(/debug "loading toplevel.lisp!") (defun eval (x) (js-eval (ls-compile-toplevel x t)))