Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

voml/ArcJS

Repository files navigation

Arc Hive

Site LICENSE LICENSE

Arc Readable Configuration: https://github.com/Moe-Net/Arc-Language

Install

yarn add @nyar/arc-ir
npm install @nyar/arc-ir

Start

import { ArcParser } from '@nyar/arc-ir'
const ans = ArcParser(`
(a)
b = null
(/c)
d = true
e/f = false
`)
console.log(JSON.stringify(ans, null, 4))
{
    "a": {
        "b": null,
        "c": {
            "d": true,
            "e": {
                "f": false
            }
        }
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published