-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up CLI and Add formatter (#866)
* Add shlangbox tool * Add formatter logic * Formatter improvements * Cleanup * Cleanup * Cleanup & simplify * Fix inline and commments with ; in them * Fix namespaces being stripped * Fix missing interpolations * Cleaner formatting for expr & const_expr * Fix whitespace around argumentless builtins * Fix cases of spawning recursive newlines * Add test cases * Embed formatter into lang crate * Add option to build without rust union * Cleanup formatter. Add formatter tests * Add expected test results & compare ignore eol * Flush stdout when formatting to stdout * Add missing rust lib * Fix CLI when running clj * Ad old 'ast' command for backwards compatibility * Fix test command
- Loading branch information
Showing
37 changed files
with
1,658 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.