mirror of
https://github.com/SkyTemple/ExplorerScript.git
synced 2026-03-27 09:16:22 +00:00
ExplorerScript and SSBScript: Script languages for decompiled SSB (Pokémon Mystery Dungeon Explorers of Sky)
- Python 56.7%
- C++ 41.7%
- ANTLR 0.9%
- CMake 0.5%
- Makefile 0.2%
* Fix Antlr4 Submodule Commit This should make the submodule use a commit of SkyTemple/antlr4/skytemple-fork again. * Version 0.2.4 * Bump to windows-2022 image. Due to deprecation of 2019 image. https://github.com/actions/runner-images/issues/12045 * Generalize Windows OS Check When Building * Update Antlr4 Submodule |
||
|---|---|---|
| .github | ||
| .vscode | ||
| antlr4@6aff9e24fc | ||
| docs | ||
| example | ||
| explorerscript | ||
| explorerscript_parser | ||
| tests | ||
| .gitignore | ||
| .gitmodules | ||
| .readthedocs.yaml | ||
| CMakeLists.txt | ||
| ExternalAntlr4Cpp.cmake | ||
| generate_parser_bindings.py | ||
| LICENSE | ||
| Makefile | ||
| MANIFEST.in | ||
| mypy.ini | ||
| pyproject.toml | ||
| README.rst | ||
| requirements-docs.txt | ||
| requirements.txt | ||
| riptide.yml | ||
| setup.py | ||
| tox.ini | ||
ExplorerScript
==============
|build| |docs| |pypi-version| |pypi-downloads| |pypi-license| |pypi-pyversions| |discord|
.. |build| image:: https://img.shields.io/github/actions/workflow/status/SkyTemple/ExplorerScript/build-test-publish.yml
:target: https://pypi.org/project/explorerscript/
:alt: Build Status
.. |docs| image:: https://readthedocs.org/projects/explorerscript/badge/?version=latest
:target: https://explorerscript.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. |pypi-version| image:: https://img.shields.io/pypi/v/explorerscript
:target: https://pypi.org/project/explorerscript/
:alt: Version
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/explorerscript
:target: https://pypi.org/project/explorerscript/
:alt: Downloads
.. |pypi-license| image:: https://img.shields.io/pypi/l/explorerscript
:alt: License (GPLv3)
.. |pypi-pyversions| image:: https://img.shields.io/pypi/pyversions/explorerscript
:alt: Supported Python versions
.. |discord| image:: https://img.shields.io/discord/710190644152369162?label=Discord
:target: https://discord.gg/skytemple
:alt: Discord
A programming language + compiler/decompiler for creating scripts for Pokémon Mystery
Dungeon Explorers of Sky.
Documentation can be found at https://explorerscript.readthedocs.org (or in the docs directory).