Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 492 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 492 Bytes
Description
Customize Programming Languages

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.