Skip to content

A small programing language for pythonian works on your browser.

License

Notifications You must be signed in to change notification settings

after12am/toyscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toyscript

Build Status

A small experimental programing language for pythonian works on your browser.

Example

Here is a quick example.

<script type="text/javascript" src="toyscript.js"></script>
<script type="text/toyscript">
class Toy:
    constructor():
        this.name = 'Toy'
    hello():
        return "Hello there, I am {this.name}!"

console.log((new Toy()).hello())
</script>

License

Copyright (c) 2012-2016 Satoshi Okami. See the LICENSE file for license rights and limitations (MIT).

About

A small programing language for pythonian works on your browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published