Deraen / boot-cljx

Boot task to compile Cljx
MIT License
7 stars 3 forks source link

Error handling #5

Closed martinklepsch closed 8 years ago

martinklepsch commented 9 years ago

It'd be nice to have some basic validation of the output files. Not sure how that could be done without a significant performance penalty.

Deraen commented 9 years ago

And what should be validated?

Cljx doesn't really deal with code. It just reads the file, parses the s-expressions, eliminates elements following feature expressions, and writes created AST into another file.

Deraen commented 8 years ago

Closing as cljx and boot-cljx are deprecated.