diprism / perpl

The PERPL Compiler
MIT License
10 stars 5 forks source link

extern with recursive type #123

Open davidweichiang opened 1 year ago

davidweichiang commented 1 year ago

I thought there was once an issue about this but I can’t find it. It would be really good if a program can have an extern with recursive type so that, e.g., we compile a parser and grammar once and the string is plugged in as an extern.

Somehow this feels like it could be connected to #44.