Skip to content

slaee/CODE-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CODE Interpreter

Building the dev project

CMAKE Build Types: Debug, Test

Install docker and execute this to auto setup your cmake package in the image

$ docker build . -t code-interpreter:dev 

To run the project with docker:

$ sudo docker run --rm -it -e TYPE=Test --name code -v $(pwd):/app code-interpreter:dev

Running the project with cmake: you build the project with

$ cmake -DCMAKE_BUILD_TYPE=Test . -B build && cmake --build build && ./build/code-interpreter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages