Skip to content

Rayan25062011/Beep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beep version 0.1.2

Cypress.io

Beep

The Beep programming language, made for backend purposes.

Clone

git clone https://github.com/Rayan25062011/Beep/

Examples

let Beep = new Interpreter(memory)

Beep.input(`

num a = 1
num b = 2

num c = a + b

if c == 3 :
   print(c)
:
else :

:

`)

About

The Beep programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages