- UNIX-System
- Node
v23.0.0or greater (nvm is recommended) - Maven
v3.9.4or greater - gcc (C Compiler)
- g++ (C++ Compiler)
- Make
- Navigate to the
tree-sitter-cmadirectory
cd tree-sitter-cma- Install the Node dependencies
npm install- Navigate to the
cmadirectory
cd ../cma- Compile the Java project with maven
mvn clean install- Move back to the main directory
cd ..- Run the
compile.shscript with the files to be compiled as arguments
./compile.sh test1.c test2.c