/nix-transform

Primary LanguagePythonMIT LicenseMIT

Nix Transform

Why am I creating this project?

  • there is a HUGE need within the nix ecosystem
    • auto format commits
    • automate syntax discussions for PR reviews
    • reorder attributes (alphabetize packages)
  • want to learn the difference between concrete syntax trees and traditional synax trees that a compute uses

Dependencies

  • sly lex/yacc for python