A terminal app for the morpho language. Improved unicode support requires an external library e.g. libgrapheme or libunistring.
Like morpho itself, Morpho-cli is released under an MIT license (see the LICENSE file for details). See the main morpho repository for information about contributing etc. Please report any issues or feature requests about the morpho-cli terminal app specifically here: suggestions for improvement are very welcome.
To install, clone this repository:
git clone https://github.com/Morpho-lang/morpho-cli.git
and then,
cd morpho-cli
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make install
You may need to use sudo make install.
To run,
morpho6