Fixed the lexeme copy/destruction issue - I had forgotten about the multiple use...
commit7db71135973e77b9314a44b1da07270121645837
authorbinrapt <binrapt@ethnic.atheist.invalid>
Sun, 18 Oct 2009 14:07:22 +0000 (18 16:07 +0200)
committerbinrapt <binrapt@ethnic.atheist.invalid>
Sun, 18 Oct 2009 14:07:22 +0000 (18 16:07 +0200)
treeb9e91f2fa11a95759dfb7d14bb4152ce1379dac2
parent832e6221cf3d8a33d7d2a9293c20687dd9fe68bc
Fixed the lexeme copy/destruction issue - I had forgotten about the multiple use of the string pointer by several types
fridh/lexer.hpp
fridh/symbol.hpp
fridh/variable.hpp
interpreter/symbol.cpp
lexer/lexeme.cpp
lexer/lexer.cpp
parser/parser.cpp
variable/variable.cpp