Skip to content

bhaskar4k/She-Plus-Plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

She++ Programming Language


If something is missing in your life, it's probably because you're not using She++.

When She doesn't understand you, then She++ does. 😃


What is She++?

She++ is a programming language with clean, easy-to-read syntax. Perfect for beginners and anyone who wants a more human-friendly way to write code.


Quick Install

Step 1: Install Locally

install.bat

Step 2: Add Environment Variable

Add Path at envionment variable - C:\Program Files\She++

Step 3: Check Installation

Then you can use she from anywhere in Command Prompt.

she

Step 4: Run

she <filename.she> or she <filename>

Syntax

ExecutionInitializer [
    display["Hello World!"]

    number x = 10
    number y = 200
    number z = x + y
    number w = x - y
    number v = x * y
    number u = x / y
    number result = 2 + 3 * 4

    
    display[2]
    
    display[x]
    display[y]
    display[z]
    display[w]
    display[v]
    display[u]
    
    display[result]
]

Output

E:\Project\Test>she Test
Hello World!
2
10
200
210
-190
2000
0
14

Setup Guide

Want to set it up? See SETUP_GUIDE.md for installation and setup instructions.


Features

  • Simple variable handling
  • Basic arithmetic operations
  • Display/output support
  • Clean, readable syntax

License

This project is open source. Feel free to use, modify, and share.


Questions?

Check the documentation or look at the examples folder. Most answers are there!

About

She++ | A Programming Language which is built out of boredom, shipped with attitude. Just another engineer who thought, “why not create a language today?”

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors