coalton-lang / coalton

Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
https://coalton-lang.github.io/
MIT License
1.12k stars 67 forks source link

Relocate AST collector to coalton-mode #1148

Closed jbouwman closed 2 months ago

jbouwman commented 2 months ago

Now that there is now a mechanism for compiler users to request intermediate definitions from the code generator -- binding coalton-impl/codegen:codegen-hook -- the implementation of get-ast can move to https://github.com/coalton-lang/coalton-mode/issues/15