Little break work on grammer, added Object trait to other stdlib objects

This commit is contained in:
Nathan Braswell
2015-06-30 02:40:46 -04:00
parent 91f801d14f
commit 2fcace72ed
7 changed files with 41 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import string
import vector
import util
obj lexer {
obj lexer (Object) {
var regs: vector::vector<regex::regex>
var input: string::string
var position: int