Latest Progress - 08.29.15

Quite a bit of progress was made with Feation today! We finally have an example of what the syntax of Feation will look like..

using "fea/time"

var d = new Date
var n = d.getHours()

# single-line comment..

if time.to12H(n) == "7am" {
  alert("Wake up!")
} else {
  alert("It's ${time.to12H(n)}!")
}

Changelog

  • added: Function declarations
  • added: Integers, strings, booleans, nil & undefined
  • added: Variables
  • added: Mathematical operations
  • added: