zeolite-lang
Version 0.1.2.2 revision 1 uploaded by phadej.
Package meta
- Synopsis
- Zeolite is a statically-typed, general-purpose programming language.
- Description
Zeolite is an experimental general-purpose programming language. See Zeolite on GitHub for more details.
The installation process is still a bit rough, and therefore must be done in a few stages:
Ensure that you have a C++ compiler such as
clang++
org++
installed, and an archiver such asar
installed, all callable from a shell.Install the binaries using
cabal
. After this step, the compiler itself is installed, but it cannot actually create executables from source code.
cabal install zeolite-lang
Execute the setup binary that gets installed by
cabal
. This will give you a series of prompts to verify the binaries above. It will then automatically build the supporting libraries.
zeolite-setup
(Optional) Once the setup above is completed, you should run the integration tests to ensure that code can be compiled and run. These can take quite a while to complete. Please create an issue on GitHub if you encounter any errors.
ZEOLITE_PATH=$(zeolite --get-path) zeolite -p "$ZEOLITE_PATH" -t tests lib/file lib/util
The code examples are located in
$ZEOLITE_PATH/example
. You should not normally need to use$ZEOLITE_PATH
outside of running included tests and examples.- Author
- Kevin P. Barry
- Bug reports
- n/a
- Category
- Compiler
- Copyright
- (c) Kevin P. Barry 2019-2020
- Homepage
- https://github.com/ta0kira/zeolite
- Maintainer
- Kevin P. Barry <ta0kira@gmail.com>
- Package URL
- n/a
- Stability
- n/a