guida-lang / compiler

Guida is a functional programming language that builds upon the solid foundation of Elm, offering backward compatibility with all existing Elm 0.19.1 projects
https://guida-lang.org
Other
40 stars 2 forks source link

Add elm-review #20

Closed MartinSStewart closed 1 month ago

MartinSStewart commented 1 month ago

This completes https://github.com/guida-lang/compiler/issues/4. I disabled most of the default rules for now. I think it's a better idea to incrementally enable rules rather than try to manage one enormous diff in this PR. Also removing unused code across the entire repo probably isn't a good idea at this stage since there seems to be a lot of code that belongs to disabled parts of the compiler and presumably will be needed when re-enabling those parts later.

decioferreira commented 1 month ago

Thank you 💯