Lace (language) #334
jdonszelmann
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@hendrikvanantwerpen There we go :)
So we're both PL master graduates from the TU Delft (I think I even cited some of your papers in my thesis haha), and we've been working on a little programming language of our own. We've both followed compiler construction from Eelco Visser, and of course like scope graphs. We wanted to base name resolution of our language on scope graphs, but the compiler is made in Rust. As it turns out, we can use stack-graphs for that as well, and that we can just import as a library. So now that's the core of our name resolution code, and it works rather well.
Beta Was this translation helpful? Give feedback.
All reactions