Skip to content

MYnimef/XScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

141 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The XScript Programming Language

This is the source code repository for XScript. XScript is a simple and powerful Pyhton-like dynamically-typed language written in C++.

Simple code example:

ghoul = 1000
while ghoul >= 1000 {
  println(ghoul + " - 7")
  ghoul -= 7
  sleep(ghoul)
}

About

Custom open-source language written on C++

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors