Skip to content

cleneshade/cleneshade

Repository files navigation

_________ .__                              .__                .___       ________   .___         _________                .__                                             
\_   ___ \|  |   ____   ____   ____   _____|  |__ _____     __| _/____   \_____  \  |   | ______ \_   ___ \  ____   _____ |__| ____    ____     __________   ____   ____  
/    \  \/|  | _/ __ \ /    \_/ __ \ /  ___/  |  \\__  \   / __ |/ __ \   /  ____/  |   |/  ___/ /    \  \/ /  _ \ /     \|  |/    \  / ___\   /  ___/  _ \ /  _ \ /    \ 
\     \___|  |_\  ___/|   |  \  ___/ \___ \|   Y  \/ __ \_/ /_/ \  ___/  /       \  |   |\___ \  \     \___(  <_> )  Y Y  \  |   |  \/ /_/  >  \___ (  <_> |  <_> )   |  \
 \______  /____/\___  >___|  /\___  >____  >___|  (____  /\____ |\___  > \_______ \ |___/____  >  \______  /\____/|__|_|  /__|___|  /\___  /  /____  >____/ \____/|___|  /
        \/          \/     \/     \/     \/     \/     \/      \/    \/          \/          \/          \/             \/        \//_____/        \/                  \/ 
logo

The Cleneshade Programming Language

Cleneshade is a programming language written in python with syntax similar to java

import mathmod.math

conf (Num1) as ("50")

public class (Send Calc) {
   # Works with two numbers
   mathmod.math.add(10, 20)
   
   # Works with a variable and a number
   mathmod.math.add(Num1, 100)
}

Requirements

Python 3.13

About

Its a programming language with closing brace like java and csharp

Building

Requirements:

Nushell (Linux)

PowerShell (Windows) run nu build.nu if your in linux

run powershell ./build.ps1 if your in windows

This builds the batch files and copies the modules

Contrib

read CONTRIBUTING.MD