Skip to content

discoCommando/undoLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNDO

Simple C-like language that can go forward and backwards in code. Implemented using continuations.

Example Program:

x = 10;
Right;	
x = x - 1;
if (x) {Left}

It bounces left and right unless x = 0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published