@@@@@@@@@@@@@@@@@@@@@@@@@@@@
A mashup of multiple markdown, general-purpose, and domain-specific languages.
Current Version: 3.95
Project Phase: Active development (may be affected by other concurrent projects)
MintEclipse is an advanced X3 interpreter variant designed for expressive and powerful scripting.
Features include:
- Dynamic variables
- Expression parsing
- Function definitions
- Debugging tools
- Misc Functions
Built by Raven (formerly XFydro)
- Python 3.6+
- Internet access (for
fetch,##fetch:*, and packages)
psutilrequests
Without PATH:
python "C:/.../minteclipse.py" -f "script.x3"With PATH:
x3 -f "./script.x3"Installers:
Windows: https://github.com/XFydro/x3/releases/tag/installer1.7
Linux: https://github.com/XFydro/x3/releases/tag/installer1.7Linux
@@@@@@@@@@@@@@@@@@@@@@@@@@@@
"Lightweight as a feather, dumb as a rock"
Current Version: 3.94
Project Phase: Active development
Sardonix is a lightweight and efficient variant of MintEclipse v3.94, designed with a cleaner structure and improved performance.
It features:
- A well-defined abstract syntax tree
- Improved tokenisation
- Better performance with moderate compatibility
Built by Raven (formerly XFydro)
Without PATH:
python "C:/.../sardonix.py" -f "script.x3"With PATH:
x3 "./script.x3"Installers:
Windows: https://github.com/XFydro/x3/releases/tag/installer1.7
Linux: https://github.com/XFydro/x3/releases/tag/installer1.7Linux
@@@@@@@@@@@@@@@@@@@@@@@@@@@@
All X3 versions are licensed under the GNU General Public License v3.0, even if older versions state otherwise.

