jamiebuilds / ghost-lang

:ghost: A friendly little language for you and me.
302 stars 10 forks source link

File extension of the language #30

Open motss opened 5 years ago

motss commented 5 years ago

.gh for the language?

# main.gh
let main = fn () {
  #...
};