nxscript 0.1.0

A (WIP) scripting language have typesciprt-like syntax transpile to nxlang
Documentation
[dependencies.ns]
package = "nxlang-script"
version = "0.1.0"

[dependencies.swc_common]
version = "0.11.6"

[dependencies.swc_ecma_ast]
version = "0.49.4"

[dependencies.swc_ecma_parser]
version = "0.67.0"

[lib]
path = "lib.rs"

[package]
authors = ["Zarmot <dev@zarmot.com>"]
description = "A (WIP) scripting language have typesciprt-like syntax transpile to nxlang"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "nxscript"
repository = "https://github.com/NXLang/Noa"
version = "0.1.0"