Skip to content

NyaScript/NyaScript-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NyaScript

A crazy programming language.

Installation

Please have python 3 installed
For now, just put the nyascript.py in your project folder.

Usage

python nyascript.py <file.nyas> <options>

Options:
-n: Do not execute after translation
-o <file.py>: Sets the output file

Syntax

See on Esolangs

Config

Edit the ./config/config.json here
import_folder: The folder from where the NyaScript++ imports (NyaScript) are made.
distributable_folder: The folder from where the NyaScript++ imports (Python) are made (built from NyaScript module).
array_size: The size of the main NyaScript program.
begin_pos: The position from where the main program begins.
loopCursor_size: The number of loops you can make one in another.

About

A crazy programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages