Skip to content

LangTrans/Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.