Documentation - Gisgar3/JeeScript GitHub Wiki

JeeScript Documentation

This page will describe all content regarding the development of JeeScript and/or development using JeeScript.

Requirements

  • Python (tested using Python 3.7.0 32-bit)
  • A JeeScript file (ends in .jee)
  • An IDE of choice
  • Command-window/terminal

Creating a "Hello World" Script

Creating a "Hello World" script in JeeScript is very simple! Firstly, open up your IDE of choice and open up your .jee file (preferable in the same directory as the JeeScript source, as we will be describing it in that format.) Once you are ready to write your code, type in WRITE "Hello World!"; this is all that is required to create a "Hello World" script. Once done typing, head to your command-window/terminal and type in the JeeScript lexer-script + your .jee file. It should look like this: Once you're ready, hit Enter and the script should run; you finished a "Hello World" script in JeeScript!