Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Add node/browser lib for Lucy #39

Closed
mattpocock opened this issue May 6, 2021 · 2 comments
Closed

Add node/browser lib for Lucy #39

mattpocock opened this issue May 6, 2021 · 2 comments

Comments

@mattpocock
Copy link

import { parseToJson } from '@lucylang/node';

const machine = parseToJson(
`
// Lucy file in here
`
)

Many use-cases for this - JS runtime, browser-based tooling, all sorts of cool stuff.

@matthewp
Copy link
Collaborator

matthewp commented May 6, 2021

Is this the same thing as #16 ?

@mattpocock
Copy link
Author

@matthewp Yes! I guess it is the same discussion, just different API. I'll close this and replicate my comment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants