Split up the lexer into multiple units, fixed a bug in the operator check, I think
commitfad146ed24dccd542fc84d43801e74fa2ef0e4bc
authorbinrapt <binrapt@ethnic.atheist.invalid>
Tue, 1 Sep 2009 12:12:57 +0000 (1 14:12 +0200)
committerbinrapt <binrapt@ethnic.atheist.invalid>
Tue, 1 Sep 2009 12:12:57 +0000 (1 14:12 +0200)
tree90ddbcd3ad1f4051eb536de33bce0aeca03b499d
parentef16915ac27fcd659dc559665cdf60071b84c626
Split up the lexer into multiple units, fixed a bug in the operator check, I think
12 files changed:
frith/lexer.cpp [deleted file]
frith/lexer.hpp
function.cpp [moved from frith/function.cpp with 100% similarity]
interpreter.cpp [moved from frith/interpreter.cpp with 100% similarity]
lexer/comment.cpp [new file with mode: 0644]
lexer/lexeme.cpp [new file with mode: 0644]
lexer/lexer.cpp [new file with mode: 0644]
lexer/number.cpp [new file with mode: 0644]
lexer/operator.cpp [new file with mode: 0644]
lexer/string.cpp [new file with mode: 0644]
main.cpp [moved from frith/main.cpp with 100% similarity]
variable/variable.cpp [moved from frith/variable.cpp with 100% similarity]