Skip to content

Proposal for an unified interpretation data type#78

Merged
Ferossgp merged 8 commits intomainfrom
interpreters-type
Jul 21, 2024
Merged

Proposal for an unified interpretation data type#78
Ferossgp merged 8 commits intomainfrom
interpreters-type

Conversation

@Ferossgp
Copy link
Member

@Ferossgp Ferossgp commented Jul 17, 2024

To allow other users of the library to contribute this PR introduces a format for the interpretation output. This should enable us to collect the interpretations in a unified format so that anyone can use it with a clear understanding of the output they will get.

Closes #79

@Ferossgp Ferossgp requested a review from anastasiarods July 17, 2024 18:52
@Ferossgp Ferossgp self-assigned this Jul 17, 2024
@vercel
Copy link

vercel bot commented Jul 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
loop-decoder-web ❌ Failed (Inspect) Jul 20, 2024 10:11am

anastasiarods
anastasiarods previously approved these changes Jul 18, 2024
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jul 18, 2024

Deploying loop-decoder with  Cloudflare Pages  Cloudflare Pages

Latest commit: 42b6a38
Status: ✅  Deploy successful!
Preview URL: https://b4af1ff5.loop-decoder.pages.dev
Branch Preview URL: https://interpreters-type.loop-decoder.pages.dev

View logs

const output = generate(ast).code
const output = generate(ast, {}, { [file]: jsCode.code })
.code.replaceAll('export ', '')
.replaceAll('`', '`')

Check warning

Code scanning / CodeQL

Replacement of a substring with itself

This replaces '`' with itself.
@Ferossgp Ferossgp merged commit 215e045 into main Jul 21, 2024
@Ferossgp Ferossgp deleted the interpreters-type branch July 21, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create an std library for the interpreter with common utils

2 participants