Getting started
#
Installation#
Getting the compilerThe GeLB compiler (gelbc
) is essentially a Python package, which you can
install using the command:
Obsolete package on PyPi
When you install the gelb
package from PyPi, please do not install
versions < 0.12 (which were just dummy tests).
#
Getting support for the GeLB language in your editor / IDECurrently, you can find GeLB
plugins for:
- Visual Studio Code (syntax highlighting and auto-completion)
- Emacs (rudimentary syntax highlighting)
If you just want to start writing GeLB
simulations, we recommend one of the
editors/IDEs listed above.
tip
We want to make GeLB
as accessible as possible, so
contributions / improvements
in the form of support for editors & IDEs are welcome!
#
Basic workflowTODO:
- editing
- invoking the compiler (TODO discussion of supported compiler options)
- final compilation into executable code
- running the simulations