Skip to content

Moss is a modern language with simple syntax that can be also used to generate documents.

License

Notifications You must be signed in to change notification settings

mark-sed/moss-lang

Repository files navigation

Moss language

Moss is a modern interpreted language with simple syntax and allows for note creation inside of the source code, these notes can be then used to generate different outputs, such as pdf files or tables with data computed with moss.

Building Moss

Moss can be built and run on Linux and Windows. On Mac it should be possible as well, but it was not yet tested.

Requirements:

  • C++17 compatible compiler (GCC recommended)
  • CMake

Build:

git clone --recursive https://github.com/mark-sed/moss-lang.git
cd moss-lang
cmake -S . -B build
cmake --build build -j8

./build/moss --version

About

Moss is a modern language with simple syntax that can be also used to generate documents.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages