Export Stella models to R scripts.
If you want to build the project, you will need a C++ compiler, Bison, Flex and Make installed.
Simply run:
$ build.sh
-
First, export your Stella model to .txt format:
Tool Bar -> Model -> Equation Viewer -
Run the following commands on terminal:
$ SRCompiler [path/to/stella_model.txt]
🚧 -> Under development
🛑 -> Not developed
🎉 -> Already done!!
| Builtin Section | Process |
|---|---|
| Array | 🛑 |
| Cycle-time | 🛑 |
| Data | 🚧 |
| Delay | 🛑 |
| Discrete | 🛑 |
| Financial | 🛑 |
| Logical | 🎉 |
| Mathematical | 🎉 |
| Miscellaneous | 🛑 |
| Simulation | 🚧 |
| Statistical | 🛑 |
| Test Input | 🛑 |
| Trigonometric | 🎉 |
The followings are exceptions inside of builtin sections:
- Mathematical Builtins:
- DERIVN -> 🛑
- Miscellaneous Builtins:
- COUNTER -> 🎉
- TREND -> 🎉
- Statistical Builtins:
- NORMAL -> 🎉
- POISON -> 🎉
- LOGNORMAL -> 🎉
- EXPRAND -> 🎉
- RANDOM -> 🎉
If you ever have any questions, feel free to make an issue here on GitHub.
SRCompiler is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

