Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Rebuild compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Oct 6, 2017
1 parent cdf91d5 commit af9a8c9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
38 changes: 25 additions & 13 deletions bin/urn.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/core/type.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@

(defdefault pretty (x)
(if (table? x)
((deep-get pretty :lookup :table) x)
((get-idx (get-idx pretty :lookup) :table) x)
(tostring x)))

(defmacro debug (x)
Expand Down

0 comments on commit af9a8c9

Please sign in to comment.