Push more core class creation into the core library itself.

This commit is contained in:
Bob Nystrom
2015-04-03 08:00:55 -07:00
parent 278f1c063b
commit 563a090865
4 changed files with 26 additions and 27 deletions

View File

@ -1,3 +1,9 @@
class Bool {}
class Fiber {}
class Fn {}
class Null {}
class Num {}
class Sequence {
all(f) {
var result = true