Skip to content

EvilPiza/Syptonic-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Syptonic

Something, something, something, Syptonic.

Features (So Far)

  • Conditionals (if, elif, and else)
  • Loops (for, foreach, and while)
  • Variable immutability
  • Basic arithmetic operations (+, -, *, /, ++, --, +=, -=, *=, /=)
  • Optional type annotation (You can use the any type if you wanna)
  • match-find statements! basically match-case but weird!!

Coming Soon

  • Allow one liners (rework basically everything that uses brackets :<)
  • Remove useless errors (would do this now but im too busy (lazy))

How to work bat file (for dummies)

  • Just run the .bat file with the name of your Syptonic file!
  • To only Compile Syptonic and not run it just add -c to the end!!
  • To delete the Python file after it runs add the -d flag!!
syptonic.bat -c main.syp

About

C# inspired language that interprets to Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published