Skip to content

skandabhairava/bython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.by file is written using python syntaxes, but with <, > and ;
check out abc.by for an example

To convert a program :

py by.py <filelocation>.by

To automatically execute after converting a program :

  • Windows :
py by.py <fileloc>.by -e py
  • Linux :
python3 by.py <fileloc>.by -e python3

known errors :

  • Requires a semicolon after comments, and after each line in a multiline string
  • Conditional </> operators require a \ before the operator, for ex : if x < y should be written as if x \< y

About

Python with brackets :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages