Create a new language transpiler #113
dtrendafilov
started this conversation in
Projects
Replies: 5 comments 6 replies
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
Здравейте искам да правя този проект |
Beta Was this translation helpful? Give feedback.
1 reply
-
Здравейте, искам да направя проект от Common Lisp до LLVM IR. Със сигурност няма да успея да сведа всичко, но поне повечето важни компоненти ще направя. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Create a language that gets transpiled to another high-level programming language or another VM with high level IR.
Possible targets:
The source and target languages must be different enough to make sense for the translation (i.e. stripping type annotations from TypeScript to get JavaScript will be considered too easy)
Beta Was this translation helpful? Give feedback.
All reactions