##// END OF EJS Templates
Fix -o
Fix -o

File last commit:

r46:b7997ef3 default
r70:b03a5f77 tip default
Show More
main-macros.lisp
8 lines | 194 B | text/x-common-lisp | CommonLispLexer
/ src / main-macros.lisp
Use Parenscript's minifier and obfuscator... and namespaces. SAVES CURRENTLY BROKEN
r25
Localization. Renamed to txt2web
r46 (in-package txt2web.main)
Use Parenscript's minifier and obfuscator... and namespaces. SAVES CURRENTLY BROKEN
r25
(defmacro+ps api-call (name &rest args)
Localization. Renamed to txt2web
r46 `(,(intern (string-upcase name) "TXT2WEB.API") ,@args))
Use Parenscript's minifier and obfuscator... and namespaces. SAVES CURRENTLY BROKEN
r25
Bugfixes
r41 (defpsmacro has (key obj)
Use Parenscript's minifier and obfuscator... and namespaces. SAVES CURRENTLY BROKEN
r25 `(chain ,obj (has-own-property ,key)))