Initial commit of Splash, a programming language aimed at kids. This was all done over the course of a 2 hour bus ride, and is currently only half working. Feel free to browse, keep checking back for a fully working build (scripts currently compile but do nothing in the browser)
This commit is contained in:
commit
4e973d0b0f
11 changed files with 607 additions and 0 deletions
16
test.splash
Normal file
16
test.splash
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
noun daniel:
|
||||
color: #307ace
|
||||
picture: box
|
||||
position: 50 50
|
||||
end
|
||||
|
||||
noun store:
|
||||
position: 100 100
|
||||
end
|
||||
|
||||
verb ran:
|
||||
who: daniel
|
||||
position: store
|
||||
end
|
||||
|
||||
daniel ran to the store.
|
||||
Reference in a new issue