Skip to content

Releases: NLKNguyen/code-formation

v0.7.4

23 Aug 20:43
Compare
Choose a tag to compare

Add macro expansions for APPLY actions

v0.7.3

22 Aug 00:37
Compare
Choose a tag to compare

Add --exclude CLI option to ignore file patterns

v0.7.1

09 Apr 10:46
Compare
Choose a tag to compare
  • Fix string escaping

v0.7.0

09 Apr 03:46
Compare
Choose a tag to compare
  • Scan **/.code-formation/*.cfl scripts for setting and macro definitions.
    • IDE users can map the file extension .cfl to Clojure language for convenient syntax highlighting and formatting.
    • CFL (Code-Formation Language) is a custom S-expression language that is not Clojure, but it's similar at basic syntax level, and most editors support Clojure syntax out of the box, so we can leverage that.