aboutsummaryrefslogtreecommitdiff
path: root/.clj-kondo
AgeCommit message (Collapse)Author
2024-12-14Add code emission for long typeShagun Agrawal
Finish chapter 11 Fix several bugs caused due to refactoring Add code emission for longs
2024-11-16Lexing and parsing stage for long type specifierShagun Agrawal
Add long and parser type specifiers Add malli schema for parsing stage
2024-10-02Add function declaration and definition parsingShagun Agrawal
Pass Chapter 9 tests Add function parsing