Skip to content

Matographo/Compilerbau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compilerbau

Installation & Start

Prerequisites

  • UNIX-System
  • Node v23.0.0 or greater (nvm is recommended)
  • Maven v3.9.4 or greater
  • gcc (C Compiler)
  • g++ (C++ Compiler)
  • Make

Setup

  1. Navigate to the tree-sitter-cma directory
cd tree-sitter-cma
  1. Install the Node dependencies
npm install
  1. Navigate to the cma directory
cd ../cma
  1. Compile the Java project with maven
mvn clean install
  1. Move back to the main directory
cd ..
  1. Run the compile.sh script with the files to be compiled as arguments
./compile.sh test1.c test2.c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors