https://github.com/architect/deno-parser
https://github.com/architect/deno-parser
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/architect/deno-parser
- Owner: architect
- Created: 2021-05-13T20:57:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T21:19:43.000Z (about 5 years ago)
- Last Synced: 2025-02-25T07:16:11.162Z (over 1 year ago)
- Language: JavaScript
- Size: 27 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Architect parser
Architect parser ported to ES Modules for use with the [deno](https://deno.land) runtime.
Test:
```
./scripts/test
```
Use:
```js
import parse from 'https://denopkg.com/architect/deno-parser/mod.js'
const arcFile = await Deno.readTextFile('mock/app.arc')
const arc = await parse(arcFile)
console.log(arc)
```
See https://github.com/architect/parser for more