From 0981b9d6a12bd7aadbf9286459e033ac1a2ba910 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 12 Oct 2010 07:35:08 +0000 Subject: Ok, libbu++ compiles again, the basic parser system is getting there, I think, it's still a little tricky becasue you have to do the non-terminal prime seperation yourself (I forget what it's really called), but it's going quite well. After a few tweaks to the core of it, we should be able to do some math :) --- src/lexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lexer.cpp') diff --git a/src/lexer.cpp b/src/lexer.cpp index c7a6fcb..af9a23f 100644 --- a/src/lexer.cpp +++ b/src/lexer.cpp @@ -13,7 +13,7 @@ Bu::Lexer::Token::Token() : { } -Bu::Lexer::Token::Token( int iToken ) : +Bu::Lexer::Token::Token( Bu::Lexer::TokenType iToken ) : iToken( iToken ) { } -- cgit v1.2.3