marufabbasi / groot-starter

Groot language development starter code

Home Page:https://marufabbasi.github.io/groot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Groot language starter code

Use git clone --recurse-submodules <repo path> to clone this repository:

git clone --recurse-submodules https://github.com/marufabbasi/groot-starter.git

Then build it and see if everything build correctly:

cd groot-starter
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make

About

Groot language development starter code

https://marufabbasi.github.io/groot/

License:MIT License


Languages

Language:CMake 56.4%Language:C++ 22.0%Language:Shell 19.5%Language:ANTLR 2.0%