Skip to content

MESYETI/WPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPL

Interpreted programming language where everything is done with binary operators

Build

dub build

Examples

Hello world

stdout .s "Hello, world!\n"

Add 2 numbers

res = (5 + 5)