LangTrans
  • Welcome to LangTrans
  • Implementation
  • Command Line
  • Getting Started
  • Downloads
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub

Welcome to LangTrans

LangTrans customizes any programming language. You can make your own syntax for any programming language.

How it works?

LangTrans converts your syntax into the original syntax.

Regular expressions extract tokens from your language. You should make a template of the original language syntax.

LangTrans takes both as input and converts code written in the new syntax to the original syntax.

NextImplementation

Last updated 2 years ago

Was this helpful?