Skip to content

circutrider21/Grapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grapes

Grapes is a Dynamicaly Typed Programng Language that is extremely fast and very reliable.

Here is a sample of grapes:


fun sayHello() {
  return "Hello";
}

var message = sayHello();
print message;

How To Build ?

This Project Uses CMake as the build system.

To build this project, make a folder to hold the compiled files and open it.

Then run this command:

$ cmake -G ninja .. && ninja

Afterwards run ./Grapes on linux and Grapes on Windows to run the compiler

About

The Grapes Programing Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published