-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 2.89 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 2.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"dependencies": {},
"description": "Josh language support in Atom",
"engines": {
"atom": "*",
"node": "*"
},
"homepage": "https://github.com/upshaw/JoshScript",
"license": "MIT",
"name": "language-josh",
"optionalDependencies": {},
"readme": "# JoshScript\n\tA language that everyone can learn.\n\n\tInstallation: (https://www.youtube.com/watch?v=VGpngPR3lUc)\n\t# What's New?\n\tJoshScript 1.1 is out and includes some new features including:\n\t- Notation\n\t- Organised Joshes\n\t- Tape Reel\n\n\t...and more!\n\n\t# Usage\n\t**JOSH** increases the value by 1\n\n\t**josh** decreases the value by 1\n\n\t**Josh** multiplies the value by 2\n\n\t**josH** divides the value by 2 and rounds down to the nearest integer\n\n\t**JOsh** outputs the ascii repr. of the current value\n\n\t**joSH** takes input and sets the value to the ascii repr. of the char\n\n\t**jOsh** sets the value to 0\n\n\t **JOSh** squares the value\n\n\t**JosH** outputs the current value\n\n\t**JoSH** moves one to the right on the tape reel\n\n\t**joSh** moves one to the left on the tape reel\n\n\t**(** starts notation space\n\n\t**)** ends notation space\n\n\t# Examples\n\t```\n\tJOSHJoshJoshJoshJoshJoshJoshJOSHJOsh\n\t```\n\t`> A`\n\n\t```\n\tJOSHJoshJoshJosh (hiya)JoshJoshJoshJOSHJOsh\n\t```\n\t`> A`\n\n\t```\n\tJOSHJOSHJOSHJoshJoshJoshJoshJOshJOSHJOshJOSHJOshJOSHJOshJOSHJOshJOSHJOshJOSHJOshJOSHJOshJOSHJOshJOSHJOshJOSH\n\t```\n\t`> 0123456789`\n\n\t```\n\tJOSHJoshJoshJoshJoshJoshJoshJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshJoshJOSHJOshJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOshJOshJOSHJOSHJOSHJOshjosHjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshJOshjosHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOshjoshjoshjoshjoshjoshjoshjoshjoshjoshjoshJoshJoshjoshJOshJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOshJOSHJOSHJOSHJOshjoshjoshjoshjoshjoshjoshJOshjoshjoshjoshjoshjoshjoshjoshjoshJOshjosHjosHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOSHJOsh\n\t```\n\t`> Hello, World!`\n\t# Instructions1. Edit association.bat and change the path, D:\\Documents\\Dev\\JoshScript\\source\\JoshScript.py, to the location of JoshScript.py\n\n\t2. Open notepad, write a program in JoshScript and hit 'Save As'\n\t3. Change the file type to 'All Files' and then name your program filename.jsh, filename being whatever name you would like to name your file\n\n\t4. When opening the notepad file, open the file with association.bat\n\tYour JoshScript code should now run successfully. (Note that you must have Python 3.6 installed for this to work)",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/upshaw/JoshScript"
},
"version": "1.0.0",
"_atomModuleCache": {
"version": 1,
"dependencies": [],
"extensions": {
".json": [
"package.json"
]
},
"folders": []
}
}