Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

whistle-lang/legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whistle (legacy)

Legacy whistle code in typescript

CLI

Installing

$ deno install whistle -A -f https://raw.github.com/whistle-lang/whistle/master/cli/whistle.ts

Usage

$ whistle -h

Example

$ whistle compile examples/HelloWorld.whi > HelloWorld.js

the file HelloWorld.js should now look like this:

function Log(text){console.log(text);}(() => {Log("Hello World");})();

and running:

$ whistle run examples/HelloWorld.whi

will produce this output:

Hello World

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published