Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
21 Commits
 
 
 
 
 
 

Repository files navigation

LISP_Trans

Customize syntax of lisp with LangTrans

source.yaml - Syntax Representation(Customized Language)
(Regular Expression for tokens)
target.yaml - Pattern Representation(Orginal Language)
(Template of orginal language with tokens)

Example

Customized Syntax

func printhis(s):
	format(t,s)
printhis("Customized!")

Original Syntax

(defun printhis (s)
	(format t s)
)
(printhis "Customized!")

Usages

py langtrans.py <source file> <target file> source target

About

Customize syntax of lisp with LangTrans

Topics

Resources

Stars

Watchers

Forks

Releases

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.