Skip to content

A transpiler written in Python for my own language, TRIPLE.

Notifications You must be signed in to change notification settings

tri-llionaire/triple-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRIPLE-LANG

Currently being updated to include the whole TRIPLE language, one of my own. Transpiled by Python 2. Built by Tristan Price.

For example:

PUT Hello, world!

would return:

Hello, world!

while most other commands like

5 LSS 3

would return

False

and

5 ADD 3

would return

8

About

A transpiler written in Python for my own language, TRIPLE.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages