Skip to content

MCES10-Software/XiScript

Repository files navigation

XiScript

Xi Script is a basic coding language with its interpreter built in C++ and runs files with the name .xis extension. Xi Script was previously known as EScript.

#Running XiScript on your Computer (macOS only with some Linux support)

Setting Up XiScript for execution on Mac and Linux:

  • run chmod u+x ./XiScriptInterpreter in the directory of the file.
  • Run ./XiScriptInterpreter to test.

Setting Up as a terminal executable with ZSH on Mac:

  • Download the XiScriptInterpreter and follow the steps above and place it in the XiScriptFolder
  • user@computername ~ % cd Downloads && sudo mv ./XiScriptInterpreter /usr/local/bin/
  • Now run the command XiScriptInterpreter .

About

A Coding Language in its Beginnings

Resources

License

Stars

Watchers

Forks

Packages

No packages published