A crazy programming language.
Please have python 3 installed
For now, just put the nyascript.py in your project folder.
python nyascript.py <file.nyas> <options>
Options:
-n
: Do not execute after translation
-o <file.py>
: Sets the output file
See on Esolangs
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.