Description |
---|
Customize Programming Languages |
LangTrans customizes any programming language. You can make your own syntax for any programming language.
LangTrans transpiles your syntax into the original syntax.
You define tokens from your language, and a template of the original language's syntax, using regular expressions.
LangTrans takes both definitions as input and converts code written in the new syntax to the original syntax.