Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-papyrus/papyrus-compiler
Open-source compiler for the Papyrus scripting language of Bethesda games.
https://github.com/open-papyrus/papyrus-compiler
compiler language modding-tools papyrus programming-language
Last synced: 4 days ago
JSON representation
Open-source compiler for the Papyrus scripting language of Bethesda games.
- Host: GitHub
- URL: https://github.com/open-papyrus/papyrus-compiler
- Owner: open-papyrus
- License: mit
- Archived: true
- Created: 2022-06-01T18:43:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T23:07:47.000Z (over 1 year ago)
- Last Synced: 2024-08-02T17:39:01.012Z (3 months ago)
- Topics: compiler, language, modding-tools, papyrus, programming-language
- Language: Rust
- Homepage: https://open-papyrus.github.io/docs/papyrus-compiler/Introduction.html
- Size: 864 KB
- Stars: 25
- Watchers: 1
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Open Papyrus Compiler
> This project is still **WORK IN PROGRESS**. If you have any feature requests, head over to the [Issues tab](https://github.com/erri120/papyrus-compiler) and describe your needs.
## Documentation
The documentation for this project is hosted in another repository: [open-papyrus/docs](https://github.com/open-papyrus/docs) and can be viewed on the [website](https://open-papyrus.github.io/docs/).
## Contributing
See [CONTRIBUTING](CONTRIBUTING.md) for more information.
## Credits and Resources
See [Additional Resources](https://open-papyrus.github.io/docs/Additional_Resources.html).
This project uses some example Papyrus scripts for testing:
- [MrOctopus/nl_mcm sources](https://github.com/MrOctopus/nl_mcm/tree/main/main/source): Example scripts
- [schlangster/skyui sources](https://github.com/schlangster/skyui/tree/master/dist/Data/Scripts/Source): Example scripts
- [Sairion350/OStim sources](https://github.com/Sairion350/OStim/tree/main/Scripts/Source): Example scripts## License
MIT, see [LICENSE](LICENSE) for more information.