#EH?
A language for learning to program in the beautiful Canadian dialect.
###Prototype
a Canadian
with toque
with scarf
with broom
can curl
if skip:
say "Hurry!"
if lead
say "That's too much ice"
eh?
eh?
can say_aboot
say "What's it all aboot?"
eh?
eh?
called from command line
$ canada example.eh
####Credits I am following the awesome book - Create your own freaking awesome programming language by by Marc-André Cournoyer
###Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request