/SynnK-Programming-Language

my own programming language written in python lol

Primary LanguagePython

SynnK-Programming-Language

my own programming language written in python lol

How it works

Reads all the script.sk and interprets it, each keyword will have its functionality

Available Functions

  • Env modes
  • Create variables
  • Log messages and variables
  • Create functions
  • While loops
  • Accept notes

Available Keywords

  • LOG
    • Can interact with variables
    • Accepts int + int, int + variable
  • SET
    • Can interact with already created variables
    • Accepts int
  • ;ENV
    • Only has ;ENV DEBUG to debug.