uascript
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

UaScript

Ukrainian programming language

https://uascript.web.app/

npm version Downloads

To run demo:

(in cloned this project from git)

npm i npm run demo

How to use in own projects

Before you need to install Node.js

  1. Run npm init and complete all actions.

  2. Run script inside npm project: npm i uascript

  3. Create folder with your src source and create inside index.uas

  4. Next input into index.uas file simple code to say hello to this world:)

функція Головна() {
    написати("Привіт, світ!");
}

Головна();
  1. Then create uas.config.json config file in the root of your project. And insert there next:
{
  "from": "src",
  "to": "dist"
}

The tree of your project should be something like this:

├── _src
│   └── index.uas
│   _uas.config.json
├── _package.json
...
  1. Then open console and execute only
uas

After that UaScript compiles into JS

  1. Run this and enjoy 🦄
node dist

Package Sidebar

Install

npm i uascript

Weekly Downloads

11

Version

1.3.0

License

ISC

Unpacked Size

33.6 kB

Total Files

32

Last publish

Collaborators

  • devoria