Little break work on grammer, added Object trait to other stdlib objects
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user