Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
kast.js: pretty print cons (:)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-xo authored and xwvvvvwx committed Jan 31, 2020
1 parent afb8a13 commit 1389ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kast.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ const format = (o, isRaw = false, mixFix = false, colorize = false) => {
"_&Int__INT-COMMON" : " & " ,

"_++_WS" : " ++ " ,
"_:_WS" : " : " ,

"_+Word__EVM-DATA" : " +W " ,
"_-Word__EVM-DATA" : " -W " ,
Expand Down

0 comments on commit 1389ccd

Please sign in to comment.