open-papyrus / papyrus-compiler

Open-source compiler for the Papyrus scripting language of Bethesda games.
https://open-papyrus.github.io/docs/papyrus-compiler/Introduction.html
MIT License
25 stars 3 forks source link

Useful resource #9

Closed MrOctopus closed 2 years ago

MrOctopus commented 2 years ago

Here's an additional resource you might find useful: https://github.com/cadpnq/papyrith. The aforementioned repository is a Papyrus compiler written in Common Lisp.

erri120 commented 2 years ago

Nice, will add that to the README. Is that compiler for all games or only for one? It looks like it supports F04 structs.

MrOctopus commented 2 years ago

As far as I can remember, I believe it was intended to support both versions. Though, I have not looked into the actual implementation to uncover if this was just planned or partly implemented.