crypto-lang
v1.0.4
Published
A Not fast language created with javascript based off assembly
Readme

crypto
Not fast, Open Source Language created with javascript based off assembly.
Examples
All Examples can be seen in the examples folder or select a example from this list:
- Positioning a address
- Setting the current address value
- Printing the current address value to a character
- Getting the current address value
- Adding to the current address value
- Clearing the Memory
- Comments
- Decrement the current address value
- Increment the current address value
- Moving Addressess
- Sections
- Looping
Building the project
Download the project and run these commands:
- Packages Installation:
npm run crypto:install - Build the project:
# For Windows use npm run crypto:build:win # For linux Unix, Linux, BSD, macOS, and Cygwin use npm run crypto:build:sh - or Download the cli using npm:
and run:npm install -g crypto-lang-cli# This builds for every system so don't worry. crypto-cli -git -install -build
License and Author
This project current license is MIT.
Author: Max Jackson
